Fix bug where we were loosing our platform-wide ASM_COMMENT_START

definition due to pollution in i386/unix.h.
This commit is contained in:
David E. O'Brien 2002-04-24 04:48:00 +00:00
parent 5e4252f580
commit 51448c0be3

View File

@ -255,6 +255,10 @@ Boston, MA 02111-1307, USA. */
/************************[ Assembler stuff ]********************************/
/* Override the default comment-starter of "/" from unix.h. */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"