From 1e72720e91d9ea1925cdab98bf6c515829282f20 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 1 Jan 2009 18:45:27 +0000 Subject: Mention C99. --- ChangeLog | 4 ++++ doc/gperf.texi | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8f829d..1fe80dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-01 Bruno Haible + + * doc/gperf.texi (Gperf Declarations): Mention the C99 standard. + 2008-08-23 Bruno Haible * doc/gperf.texi (Output Copyright): Reword more carefully. diff --git a/doc/gperf.texi b/doc/gperf.texi index b3cf01a..7983e7e 100644 --- a/doc/gperf.texi +++ b/doc/gperf.texi @@ -17,7 +17,7 @@ @c some day we should @include version.texi instead of defining @c these values at hand. -@set UPDATED 24 August 2008 +@set UPDATED 1 January 2009 @set EDITION 3.0.3 @set VERSION 3.0.3 @c --------------------- @@ -40,7 +40,7 @@ This file documents the features of the GNU Perfect Hash Function Generator @value{VERSION}. -Copyright @copyright{} 1989-2008 Free Software Foundation, Inc. +Copyright @copyright{} 1989-2009 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -78,7 +78,7 @@ Software Foundation instead of in the original English. @page @vskip 0pt plus 1filll -Copyright @copyright{} 1989-2008 Free Software Foundation, Inc. +Copyright @copyright{} 1989-2009 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of @@ -495,7 +495,8 @@ old-style C compilers, provided that you @code{#define const} to empty for compilers which don't know about this keyword. @item ANSI-C -ANSI C. This language is understood by ANSI C compilers and C++ compilers. +ANSI C. This language is understood by ANSI C (C89, ISO C90) compilers, +ISO C99 compilers, and C++ compilers. @item C++ C++. This language is understood by C++ compilers. -- cgit v1.2.1