MIPS: math-emu: Get rid of typedefs.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
此提交包含在:
Ralf Baechle
2014-04-16 01:31:11 +02:00
父節點 2370881821
當前提交 2209bcb131
共有 40 個檔案被更改,包括 212 行新增212 行删除

查看文件

@@ -26,7 +26,7 @@
#include "ieee754sp.h"
ieee754sp ieee754sp_sub(ieee754sp x, ieee754sp y)
union ieee754sp ieee754sp_sub(union ieee754sp x, union ieee754sp y)
{
COMPXSP;
COMPYSP;