From ad299d9bc89ac182e644336a68b600065aa94aeb Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 13 Sep 1998 23:15:59 +0000 Subject: [PATCH] * invoke.texi (C Dialect Options): Put back missing @end itemize. From-SVN: r22408 --- gcc/ChangeLog | 4 ++++ gcc/invoke.texi | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 37af7b28228..690237cd6a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Sep 13 22:10:18 1998 David S. Miller + + * invoke.texi (C Dialect Options): Put back missing @end itemize. + Mon Sep 14 02:33:46 1998 Alexandre Oliva * configure.in: remove usage of `!' to negate the result of a 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 -- 2.30.2