diff options
author | David S. Miller <davem@pierdol.cobaltmicro.com> | 1998-09-13 23:15:59 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 1998-09-13 16:15:59 -0700 |
commit | ad299d9bc89ac182e644336a68b600065aa94aeb (patch) | |
tree | c3defdf85b18bd790396a7106fbd1b0a33d33e18 | |
parent | 1b015bec9db1b6c2f0bd948e1a9c001240ddd993 (diff) | |
download | gcc-ad299d9bc89ac182e644336a68b600065aa94aeb.zip gcc-ad299d9bc89ac182e644336a68b600065aa94aeb.tar.gz gcc-ad299d9bc89ac182e644336a68b600065aa94aeb.tar.bz2 |
* invoke.texi (C Dialect Options): Put back missing @end itemize.
From-SVN: r22408
-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 |