Comment a knob.

This commit is contained in:
David E. O'Brien 2002-05-07 02:26:40 +00:00
parent f5519e857b
commit fa4cd061df

View File

@ -199,9 +199,9 @@ Boston, MA 02111-1307, USA. */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
/* Override the default comment-starter of "/APP" from unix.h. */
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"
#undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n"