* .version: bumped version number to 2.4.5
[fw/sdcc] / device / lib / pic16 / libsdcc / float / fs2slong.c
index dc57c2d7c0621c2cf103cecefd0ec167bdc20305..6f9d61dae0f8be5933782ea2364507aa5573043d 100644 (file)
@@ -32,8 +32,7 @@
 #include <float.h>
 
 /* convert float to signed long */
-signed long __fs2slong (float f)
-// reentrant
+signed long __fs2slong (float f) _FS_REENTRANT
 {
 
   if (!f)