diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-07 02:26:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-07 02:26:40 +0000 |
| commit | fa4cd061df68eb5c1e8fd830d292a1c5066cbf6e (patch) | |
| tree | 86a4d29c6ade04afc6a0ca27333f2dc2f1dd3c7c /contrib | |
| parent | f5519e857bef755a3a62486bf0ee0389e820744e (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 3db1b3e0a524..f118d42557ad 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" |
