From 79323c50e9b7f05a80f8f22426eb7031f3602ef9 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 4 Aug 2001 02:42:04 +0000 Subject: [PATCH] * doc/extend.texi (Other Builtins): Fix typo in last change. From-SVN: r44624 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c88ff2386e6..542277ea0e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-04 Hans-Peter Nilsson + + * doc/extend.texi (Other Builtins): Fix typo in last change. + 2001-08-03 Richard Henderson * target.h (gcc_target): Add asm_out.named_section, diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b7c24961682..293bce69596 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3894,10 +3894,10 @@ You may also use @code{__builtin_constant_p} in initializers for static data. For instance, you can write @smallexample -static const int table[] = { +static const int table[] = @{ __builtin_constant_p (EXPRESSION) ? (EXPRESSION) : -1, /* ... */ -}; +@}; @end smallexample @noindent -- 2.30.2