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:
parent
5e4252f580
commit
51448c0be3
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user