fixed and cleaned up fp support, optimisation yet to come
[fw/sdcc] / device / lib / vprintf.c
index 77bd361fab7df3a33580a8701466cb6fe8496f36..555f4f24f327fa79def530396e38da7ab68aabfe 100644 (file)
 #define NULL_STRING_LENGTH 6
 #endif
 
-/* XSPEC is defined in stdio.h and used here to place
-   auto variables in XSEG */
-
 /****************************************************************************/
 
-typedef char * ptr_t;
+//typedef char * ptr_t;
+#define ptr_t char *
 
 #ifdef toupper
 #undef toupper