From: borutr Date: Sun, 11 Aug 2002 18:12:58 +0000 (+0000) Subject: removed unneeded #include "sdccconf.h" X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8fc5fb7c88ce9d45fa1d7a44d7be78ab380093e4;hp=4ab9456bc01da32af2aaccf935a9db0e7d5c63f0;p=fw%2Fsdcc removed unneeded #include "sdccconf.h" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2071 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 102877eb..ae29dbbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2002-08-11 Borut Razem + * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga) + 2002-08-10 Borut Razem * src/SDCCmain.c (main): file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin @@ -22,12 +25,12 @@ * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC * sdcc/src/SDCCast.c: solved MSC error in function decorateType() - + * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings - + * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c: added return 0 statements after assert() to make compiler happy - + * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c: added newline in the def file to keep MSC compiler satisfied diff --git a/support/Util/NewAlloc.c b/support/Util/NewAlloc.c index d049260a..ff163999 100644 --- a/support/Util/NewAlloc.c +++ b/support/Util/NewAlloc.c @@ -38,7 +38,6 @@ functions. #include #include #include "newalloc.h" -#include "sdccconf.h" #if OPT_ENABLE_LIBGC #include @@ -272,4 +271,3 @@ void freeTrace(allocTrace *ptrace) ptrace->palloced = NULL; ptrace->max = 0; } -