diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 37af7b2..690237c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Sep 13 22:10:18 1998 David S. Miller <davem@pierdol.cobaltmicro.com> + + * invoke.texi (C Dialect Options): Put back missing @end itemize. + Mon Sep 14 02:33:46 1998 Alexandre Oliva <oliva@dcc.unicamp.br> * configure.in: remove usage of `!' to negate the result of a diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 7b2bd1f..b7238cc 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -764,6 +764,7 @@ The character escape sequences @samp{\x} and @samp{\a} evaluate as the literal characters @samp{x} and @samp{a} respectively. Without @w{@samp{-traditional}}, @samp{\x} is a prefix for the hexadecimal representation of a character, and @samp{\a} produces a bell. +@end itemize You may wish to use @samp{-fno-builtin} as well as @samp{-traditional} if your program uses names that are normally GNU C builtin functions for |