From: borutr Date: Sun, 9 Mar 2003 15:09:21 +0000 (+0000) Subject: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f6fc60b660e91c23fb4469a0402a4fd7604355ae;p=fw%2Fsdcc fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2353 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.h b/src/SDCCsymt.h index 007b486d..48d3ffd3 100644 --- a/src/SDCCsymt.h +++ b/src/SDCCsymt.h @@ -28,7 +28,7 @@ #define SDCC_SYMNAME_MAX 64 #define SDCC_NAME_MAX 3*SDCC_SYMNAME_MAX // big enough for ___etc #include "SDCChasht.h" -#include "../sdccconf.h" +#include "SDCCglobl.h" enum { TYPEOF_INT=1,