diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-12 13:42:23 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-12 13:42:23 +0200 |
commit | a1e5ff3b8d65544d8819d70f598893d6056725e3 (patch) | |
tree | b34ef3278334f198c695548238d805bc74314103 /doc/it/gawktexi.in | |
parent | 22815f51f61940f330026c2b0a293996958a942a (diff) | |
download | egawk-a1e5ff3b8d65544d8819d70f598893d6056725e3.tar.gz egawk-a1e5ff3b8d65544d8819d70f598893d6056725e3.tar.bz2 egawk-a1e5ff3b8d65544d8819d70f598893d6056725e3.zip |
Further cleanup of awk_ext_id_t variables.
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"; |