diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-13 23:15:59 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-13 23:15:59 +0000 |
commit | 9a4e15852d1692f011489d28ad63d229f73b64ff (patch) | |
tree | c3defdf85b18bd790396a7106fbd1b0a33d33e18 /gcc/invoke.texi | |
parent | fd3b5ace2afc2b13fb0cde4cbb0140654aed56b1 (diff) | |
download | gcc-9a4e15852d1692f011489d28ad63d229f73b64ff.tar.gz |
* invoke.texi (C Dialect Options): Put back missing @end itemize.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 7b2bd1fe7ae..b7238cc50fa 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 |