From 3ee1c0931d67183f38e21a52d676e99f428abcab Mon Sep 17 00:00:00 2001 From: johanknol Date: Tue, 18 Dec 2001 09:13:31 +0000 Subject: [PATCH] fixed a typo git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1706 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCglobl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2