From fa4cd061df68eb5c1e8fd830d292a1c5066cbf6e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 7 May 2002 02:26:40 +0000 Subject: [PATCH] Comment a knob. --- contrib/gcc/config/i386/freebsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 3db1b3e0a52..f118d42557a 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -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"