Commit 390de769 by Matt Kraai Committed by Matt Kraai

* doc/extend.texi (Function Attributes): Remove `,...' from @var.

From-SVN: r54719
parent fc6874c8
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.
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment