* .version: bumped version number to 2.4.5
[fw/sdcc] / device / lib / pic16 / libsdcc / float / fseq.c
index d8ba933301145cd4b34528557c2c747e383c24f8..4446fc594de9f04cb7cadc85d8e7023165d3fe62 100644 (file)
@@ -29,8 +29,7 @@ union float_long
   };
 
 /* compare two floats */
-char __fseq (float a1, float a2)
-// reentrant
+char __fseq (float a1, float a2) _FS_REENTRANT
 {
   volatile union float_long fl1, fl2;