summaryrefslogtreecommitdiff
path: root/ext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-10 14:46:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-10 14:46:22 +0200
commit8eb78103a37e75819388c2a175caf40bf0f7b4c9 (patch)
tree3b61baa9085bd2485743ef34cc8f5d957e10cb1b /ext.c
parentf489c70d2686bb0ea1c84d5c80a06ff019d04927 (diff)
downloadgawk-8eb78103a37e75819388c2a175caf40bf0f7b4c9.tar.gz
Cleanups in gawkapi.h and adjustments for them.
Diffstat (limited to 'ext.c')
-rw-r--r--ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.c b/ext.c
index 3f4b95f8..5fc16afe 100644
--- a/ext.c
+++ b/ext.c
@@ -86,7 +86,7 @@ make_builtin(const awk_ext_func_t *funcinfo)
const char *sp;
char c;
const char *name = funcinfo->name;
- int count = funcinfo->num_args_expected;
+ int count = funcinfo->num_expected_args;
sp = name;
if (sp == NULL || *sp == '\0')