Commit ad299d9b by David S. Miller Committed by David S. Miller

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

From-SVN: r22408
parent 1b015bec
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> Mon Sep 14 02:33:46 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
* configure.in: remove usage of `!' to negate the result of a * configure.in: remove usage of `!' to negate the result of a
......
...@@ -764,6 +764,7 @@ The character escape sequences @samp{\x} and @samp{\a} evaluate as the ...@@ -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 literal characters @samp{x} and @samp{a} respectively. Without
@w{@samp{-traditional}}, @samp{\x} is a prefix for the hexadecimal @w{@samp{-traditional}}, @samp{\x} is a prefix for the hexadecimal
representation of a character, and @samp{\a} produces a bell. 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} 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 if your program uses names that are normally GNU C builtin functions for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment