aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 8998d07f..337fef8a 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -392,8 +392,8 @@ typedef struct awk_ext_func {
awk_value_t *(*const function)(int num_actual_args,
awk_value_t *result,
struct awk_ext_func *finfo);
- const size_t min_required_args;
const size_t max_expected_args;
+ const size_t min_required_args;
awk_bool_t suppress_lint;
void *data; /* opaque pointer to any extra state */
} awk_ext_func_t;