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