From: johanknol Date: Tue, 18 Dec 2001 09:13:31 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3ee1c0931d67183f38e21a52d676e99f428abcab;p=fw%2Fsdcc fixed a typo git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1706 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index a219ab6b..652050c0 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -98,7 +98,7 @@ typedef int bool; #define PRAGMA_NOOVERLAY "NOOVERLAY" #define PRAGMA_CALLEESAVES "CALLEE-SAVES" #define PRAGMA_EXCLUDE "EXCLUDE" -#define PRAGMA_EXCLUDE "OVERLAY" +#define PRAGMA_OVERLAY "OVERLAY" #define SMALL_MODEL 0 #define LARGE_MODEL 1 #define TRUE 1