From 1dd70048aed615cde08f96709ca6a00ebb4ae6cd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 11 Jan 2018 21:54:26 +0200 Subject: Remove incorrect * on ext_id in extensions and in doc. --- doc/gawk.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 5eb20995..843648fb 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -35125,7 +35125,7 @@ in the symbol table: #include "gawkapi.h" static const gawk_api_t *api; /* for convenience macros to work */ -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; @@ -35867,7 +35867,7 @@ to make use of the API macros and boilerplate code #include "stack.h" static const gawk_api_t *api; /* for convenience macros to work */ -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"; -- cgit v1.2.3