From: vrokas Date: Fri, 9 Jul 2004 23:29:17 +0000 (+0000) Subject: * prototypes for floating point support functions enabled X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=03fb7610fdd8445f725623c0fdd9e38f7e2ac89b;p=fw%2Fsdcc * prototypes for floating point support functions enabled git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3378 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/include/pic16/float.h b/device/include/pic16/float.h index 641cb954..0c02f5ea 100644 --- a/device/include/pic16/float.h +++ b/device/include/pic16/float.h @@ -52,7 +52,7 @@ #define PACK(s,e,m) ((s) | ((unsigned long)(e) << 23) | (m)) -#if 0 +#if 1 #define reentrant float __uchar2fs (unsigned char) reentrant;