* src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 8 Oct 2001 18:22:35 +0000 (18:22 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 8 Oct 2001 18:22:35 +0000 (18:22 +0000)
commit9a382ea007dd372b41f444337bedfacba4c782aa
treef081f057886d64ca6f5e5f7a2905e55bf8ae9875
parentc50440cba469a7466471952889a88e73ff42bc8c
    * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
        * src/device/lib/_mulint.c  : removed hint: nooverlay bug
        * src/device/lib/_mullong.c : removed hint: nooverlay bug
        * src/device/lib/_divuint.c : removed hint: nooverlay bug
        * src/device/lib/_divulong.c: removed hint: nooverlay bug
        * src/device/lib/_moduint.c : removed hint: nooverlay bug
        * src/device/lib/_modulong.c: removed hint: nooverlay bug

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1377 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/lib/_divuint.c
device/lib/_divulong.c
device/lib/_moduint.c
device/lib/_modulong.c
device/lib/_mulint.c
device/lib/_mullong.c
src/SDCCmain.c