- function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Aug 2002 21:21:30 +0000 (21:21 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 7 Aug 2002 21:21:30 +0000 (21:21 +0000)
commita6a4dace7d80a15bb86a12e4dc0a05a9beae9290
tree830e10c01c89aca2df89a3b3d4e7065d8dc10de0
parenta6376ed6ca9283900f6b1c7a78d81d052704c5b9
- function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
  so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
- solved MSC error in function aopDump()

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2061 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/z80/gen.c