MIPS: math-emu: Get rid of typedefs.
[deliverable/linux.git] / arch / mips / math-emu / dp_add.c
index c57c8adc42c46aed52bfa6599b48f66b919080d0..b5aac129e9f1749be9dd0206b2b7847f908213ef 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "ieee754dp.h"
 
-ieee754dp ieee754dp_add(ieee754dp x, ieee754dp y)
+union ieee754dp ieee754dp_add(union ieee754dp x, union ieee754dp y)
 {
        COMPXDP;
        COMPYDP;
This page took 0.031407 seconds and 5 git commands to generate.