diff options
Diffstat (limited to 'extension/ordchr.c')
-rw-r--r-- | extension/ordchr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/ordchr.c b/extension/ordchr.c index 3ab0f872..7773f1b9 100644 --- a/extension/ordchr.c +++ b/extension/ordchr.c @@ -43,6 +43,7 @@ static const gawk_api_t *api; /* for convenience macros to work */ static awk_ext_id_t *ext_id; +static awk_bool_t (*init_func)(void) = NULL; int plugin_is_GPL_compatible; |