remove PARAMS from sim
[deliverable/binutils-gdb.git] / sim / erc32 / float.c
index 1b8f0fc76cfe89c2f4b5b08cee8c8108b3e79000..598b7cce0daf3cc126a55ac2c2c19bcd3f1b5162 100644 (file)
@@ -36,9 +36,9 @@
 
 /* Forward declarations */
 
-extern uint32  _get_sw PARAMS ((void));
-extern uint32  _get_cw PARAMS ((void));
-static void    __setfpucw PARAMS ((unsigned short fpu_control));
+extern uint32  _get_sw (void);
+extern uint32  _get_cw (void);
+static void    __setfpucw (unsigned short fpu_control);
 
 /* This host dependent routine should return the accrued exceptions */
 int
This page took 0.037095 seconds and 4 git commands to generate.