* invoke.texi (C Dialect Options): Put back missing @end itemize.

From-SVN: r22408
This commit is contained in:
David S. Miller 1998-09-13 23:15:59 +00:00 committed by David S. Miller
parent 1b015bec9d
commit ad299d9bc8
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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