diff options
Diffstat (limited to 'doc/it/gawktexi.in')
-rw-r--r-- | doc/it/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in index aa99d614..d29cdf03 100644 --- a/doc/it/gawktexi.in +++ b/doc/it/gawktexi.in @@ -36713,7 +36713,7 @@ Tabella dei simboli: #include "gawkapi.h" static const gawk_api_t *api; /* per far funzionare le macro di utilit@`a */ -static awk_ext_id_t *ext_id; +static awk_ext_id_t ext_id; static const char *ext_version = "testarray extension: version 1.0"; int plugin_is_GPL_compatible; @@ -37484,7 +37484,7 @@ per usare le macro dell'API e il codice predefinito static const gawk_api_t *api; /* per consentire il funzionamento delle macro di utilit@`a */ -static awk_ext_id_t *ext_id; +static awk_ext_id_t ext_id; static awk_bool_t init_filefuncs(void); static awk_bool_t (*init_func)(void) = init_filefuncs; static const char *ext_version = "filefuncs extension: version 1.0"; |