diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-10 14:46:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-10 14:46:22 +0200 |
commit | 8eb78103a37e75819388c2a175caf40bf0f7b4c9 (patch) | |
tree | 3b61baa9085bd2485743ef34cc8f5d957e10cb1b /ext.c | |
parent | f489c70d2686bb0ea1c84d5c80a06ff019d04927 (diff) | |
download | egawk-8eb78103a37e75819388c2a175caf40bf0f7b4c9.tar.gz egawk-8eb78103a37e75819388c2a175caf40bf0f7b4c9.tar.bz2 egawk-8eb78103a37e75819388c2a175caf40bf0f7b4c9.zip |
Cleanups in gawkapi.h and adjustments for them.
Diffstat (limited to 'ext.c')
-rw-r--r-- | ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |