* support/cpp2/libiberty.h: commented out x*alloc() declarations
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 26 Nov 2006 17:00:45 +0000 (17:00 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 26 Nov 2006 17:00:45 +0000 (17:00 +0000)
  since they are redefined by macros in support/cpp2/sdcc.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4486 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/cpp2/libiberty.h

index 9e94592b2adfdcb023fa8fcfab772f9495274d1d..699dda8f038ab3e0f3cb5a0afc76fb0fabf149a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-25 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/libiberty.h: commented out x*alloc() declarations
+         since they are redefined by macros in support/cpp2/sdcc.h
+
 2006-11-25 Borut Razem <borut.razem AT siol.net>
 
        * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
index f4133c9aaaf4f9d9ba11a75145c6cce22b038f2b..1c50e817e9414a9bfac63ce53fc36137367c9d00 100644 (file)
@@ -264,7 +264,6 @@ extern void xexit (int status) ATTRIBUTE_NORETURN;
 /* Set the program name used by xmalloc.  */
 
 extern void xmalloc_set_program_name (const char *);
-#endif
 
 /* Report an allocation failure.  */
 extern void xmalloc_failed (size_t) ATTRIBUTE_NORETURN;
@@ -297,6 +296,7 @@ extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC;
 /* Copy an existing memory buffer to a new memory buffer without fail.  */
 
 extern void *xmemdup (const void *, size_t, size_t) ATTRIBUTE_MALLOC;
+#endif
 
 /* Physical memory routines.  Return values are in BYTES.  */
 extern double physmem_total (void);