diff options
author | Matt Kraai <kraai@alumni.cmu.edu> | 2002-06-17 21:26:49 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2002-06-17 21:26:49 +0000 |
commit | 390de76932ff3924137305697272777d104eec13 (patch) | |
tree | ec615f69e3a55012f147d33fabdb763f7c18b06d /gcc | |
parent | fc6874c8431bce484ea6b0685539152d531c55a4 (diff) | |
download | gcc-390de76932ff3924137305697272777d104eec13.zip gcc-390de76932ff3924137305697272777d104eec13.tar.gz gcc-390de76932ff3924137305697272777d104eec13.tar.bz2 |
* doc/extend.texi (Function Attributes): Remove `,...' from @var.
From-SVN: r54719
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba774fb..8a17de5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Matt Kraai <kraai@alumni.cmu.edu> + + * doc/extend.texi (Function Attributes): Remove `,...' from @var. + 2002-06-17 Jeff Law <law@redha.com> * libgcc2.c: Do not include symcat.h or machmode.h. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 68d231d..17fffac 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2110,7 +2110,7 @@ requested by @option{-ansi} or an appropriate @option{-std} option, or @option{-ffreestanding} is used. @xref{C Dialect Options,,Options Controlling C Dialect}. -@item nonnull (@var{arg-index,...}) +@item nonnull (@var{arg-index}, @dots{}) @cindex @code{nonnull} function attribute The @code{nonnull} attribute specifies that some function parameters should be non-null pointers. For instance, the declaration: |