diff options
| -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: |
