X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fds390%2Fgen.c;h=d32a3894a78fac776aeecab4cc8dd74280fe309f;hb=3062f96ccb55d1d05caf9c8782f4961f87b341ce;hp=0c4517c2ba2752e36a0680eb01c8184e3e473dd3;hpb=4c527a8dc0a11d9bb33bebfe2fafa42e34b2895b;p=fw%2Fsdcc diff --git a/src/ds390/gen.c b/src/ds390/gen.c index 0c4517c2..d32a3894 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -3355,12 +3355,6 @@ resultRemat (iCode * ic) return 0; } -#if defined(__BORLANDC__) || defined(_MSC_VER) -#define STRCASECMP stricmp -#else -#define STRCASECMP strcasecmp -#endif - /*-----------------------------------------------------------------*/ /* inExcludeList - return 1 if the string is in exclude Reg list */ /*-----------------------------------------------------------------*/