summaryrefslogtreecommitdiff
path: root/m4/m4module.h
diff options
context:
space:
mode:
Diffstat (limited to 'm4/m4module.h')
-rw-r--r--m4/m4module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/m4module.h b/m4/m4module.h
index bdb31a3b..5f144be2 100644
--- a/m4/m4module.h
+++ b/m4/m4module.h
@@ -67,7 +67,7 @@ struct m4_builtin
const char * name; /* name found by builtin, printed by dumpdef */
int flags; /* bitwise OR of M4_BUILTIN_* bits */
size_t min_args; /* 0-based minimum number of arguments */
- /* max arguments, UINT_MAX if unlimited; must be >= min_args */
+ /* max arguments, SIZE_MAX if unlimited; must be >= min_args */
size_t max_args;
};