From 03fb7610fdd8445f725623c0fdd9e38f7e2ac89b Mon Sep 17 00:00:00 2001 From: vrokas Date: Fri, 9 Jul 2004 23:29:17 +0000 Subject: [PATCH] * 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 --- device/include/pic16/float.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2