X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic16%2Fgen.c;h=c03145c48b829e10b2cd956c8bf09602c261e20b;hb=3062f96ccb55d1d05caf9c8782f4961f87b341ce;hp=012f409d11d8e7c9a83cf3bd1132d294e766220c;hpb=392c1fa33992bd16e6d98895b70d19428686902f;p=fw%2Fsdcc diff --git a/src/pic16/gen.c b/src/pic16/gen.c index 012f409d..c03145c4 100644 --- a/src/pic16/gen.c +++ b/src/pic16/gen.c @@ -3598,12 +3598,6 @@ static int resultRemat (iCode *ic) return 0; } -#if defined(__BORLANDC__) || defined(_MSC_VER) -#define STRCASECMP stricmp -#else -#define STRCASECMP strcasecmp -#endif - #if 0 /*-----------------------------------------------------------------*/ /* inExcludeList - return 1 if the string is in exclude Reg list */