House cleaning for VC6 host port
authorjtvolpe <jtvolpe@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 13 Feb 2001 04:08:27 +0000 (04:08 +0000)
committerjtvolpe <jtvolpe@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 13 Feb 2001 04:08:27 +0000 (04:08 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@615 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/asx8051.dsp
as/mcs51/asdata.c
as/mcs51/asexpr.c
as/mcs51/aslex.c
as/mcs51/aslist.c
as/mcs51/asmain.c
as/mcs51/asnoice.c
as/mcs51/asout.c
as/mcs51/asstore.c
as/mcs51/assubr.c

index 44096f695d0ebb5d4ca4850d8c84e63bb97d1909..19808e898da4e00b257bdf71f919cd3d81020630 100644 (file)
@@ -67,7 +67,7 @@ LINK32=link.exe
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /G3 /Zp8 /ML /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /J /FD /GZ /c
+# ADD CPP /nologo /G3 /ML /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /J /FD /GZ /c
 # ADD BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 BSC32=bscmake.exe
@@ -146,6 +146,14 @@ SOURCE=mcs51\i51pst.c
 # Begin Group "Header Files"
 
 # PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\mcs51\asm.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\mcs51\i8051.h
+# End Source File
 # End Group
 # Begin Group "Resource Files"
 
index 51f1c37b983d5f4612d5712d224af6cb90055e3a..3f1b071afa97d27757860d8a82468a84019dcb3c 100644 (file)
@@ -17,9 +17,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /*)Module      asdata.c
index 5d34b045abe33f16a60d570bc57cc9253098c8c9..46265f98f0f7812d115a8711c1a5e6ed6b9a931f 100644 (file)
@@ -12,9 +12,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /*)Module      asexpr.c
index fcf391007eeacb4f6407aaf9506a2f437b8faf68..4f774c424d03a17495448fb949ea42567cb72374 100644 (file)
@@ -15,9 +15,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /*)Module      aslex.c
index c8518278d7705738e72496f0e381c26eb0718d83..2224403a2a4be921578b19029d3aacd5a97dfbc3 100644 (file)
@@ -15,9 +15,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include <stdlib.h>
 #include "asm.h"
 
index a2f11db668c9a3a5be70835965386862d21e5262..57707cd53b7276038f9cc96df9c2ce30e56fb863 100644 (file)
 #include <setjmp.h>
 #include <string.h>
 
-//#if defined(_MSC_VER)
-//#include <stdlib.h>
-//#else          // _MSC_VER
-//#include <alloc.h>
-//#endif         // _MSC_VER
-
 #include "asm.h"
 
 extern VOID machine(struct mne *);
index acf86b46194adb9a44f1c6e8b020cce2bca13723..e7a38e88165ee1448d25983c750bee8fac05dc92 100644 (file)
@@ -9,9 +9,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /* Return basic file name without path or extension */
index 54d4bb314e250c7e70047f5c95221b442ec8c800..8c8362f68bf4c680eec212bbe032e9cdfe13c824 100644 (file)
@@ -16,9 +16,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 
index 8170ff3d77c5ba7277185ce0373910334b9dacd1..947c7b812254c4202e69995dd2b0124c3c490c0e 100644 (file)
@@ -3,9 +3,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /*
index 8cabf28ed5d825e7cb6a5167ec659e24f43e8b12..1751c29454b02bf39b79786f23b25d22f5a99d79 100644 (file)
@@ -12,9 +12,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-//#if !defined(_MSC_VER)
-//#include <alloc.h>
-//#endif
 #include "asm.h"
 
 /*)Module      assubr.c