summaryrefslogtreecommitdiff
path: root/gcc/builtin-types.def
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-02-14 08:27:01 +0000
committerNick Clifton <nickc@gcc.gnu.org>2007-02-14 08:27:01 +0000
commit8225879cc7662cc31a278720cca63633ed9e6471 (patch)
treeb8f1a43e05f2676ee1faee2f91bfa894006971e8 /gcc/builtin-types.def
parent5ce02e408d349c57b58d0906401dbd0d13c2f44a (diff)
downloadgcc-8225879cc7662cc31a278720cca63633ed9e6471.tar.gz
builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at most 3 arguments are supported.
* builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at most 3 arguments are supported. (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description. From-SVN: r121946
Diffstat (limited to 'gcc/builtin-types.def')
-rw-r--r--gcc/builtin-types.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def
index ea0ff8e915e..e16fd7ab18c 100644
--- a/gcc/builtin-types.def
+++ b/gcc/builtin-types.def
@@ -39,14 +39,14 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
These macros describe function types. ENUM is as above. The
RETURN type is one of the enumerals already defined. ARG1, ARG2,
- and ARG3 give the types of the arguments, similarly.
+ etc, give the types of the arguments, similarly.
DEF_FUNCTION_TYPE_VAR_0 (ENUM, RETURN)
DEF_FUNCTION_TYPE_VAR_1 (ENUM, RETURN, ARG1)
DEF_FUNCTION_TYPE_VAR_2 (ENUM, RETURN, ARG1, ARG2)
DEF_FUNCTION_TYPE_VAR_3 (ENUM, RETURN, ARG1, ARG2, ARG3)
DEF_FUNCTION_TYPE_VAR_4 (ENUM, RETURN, ARG1, ARG2, ARG3, ARG4)
- DEF_FUNCTION_TYPE_VAR_4 (ENUM, RETURN, ARG1, ARG2, ARG3, ARG4, ARG5)
+ DEF_FUNCTION_TYPE_VAR_5 (ENUM, RETURN, ARG1, ARG2, ARG3, ARG4, ARG5)
Similar, but for function types that take variable arguments.
For example: