aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-12 14:23:43 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-12 14:23:43 +0200
commit325bb48d676c8d0f6ddbd9d293fc97d3c887ec6d (patch)
treec1928ffeb09e83916f70a622489a651c3ddb58c8 /gawkapi.h
parent99de0d0b65410e0c53239cce62df89094f9f2993 (diff)
parent2aee8dba0e30d477ff259764b0d39eb622cd584a (diff)
downloadegawk-325bb48d676c8d0f6ddbd9d293fc97d3c887ec6d.tar.gz
egawk-325bb48d676c8d0f6ddbd9d293fc97d3c887ec6d.tar.bz2
egawk-325bb48d676c8d0f6ddbd9d293fc97d3c887ec6d.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 7f574576..240bffe8 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -947,7 +947,7 @@ typedef struct gawk_api {
static inline awk_value_t *
r_make_string_type(const gawk_api_t *api, /* needed for emalloc */
- awk_ext_id_t *ext_id, /* ditto */
+ awk_ext_id_t ext_id, /* ditto */
const char *string,
size_t length,
awk_bool_t duplicate,
@@ -977,7 +977,7 @@ r_make_string_type(const gawk_api_t *api, /* needed for emalloc */
static inline awk_value_t *
r_make_string(const gawk_api_t *api, /* needed for emalloc */
- awk_ext_id_t *ext_id, /* ditto */
+ awk_ext_id_t ext_id, /* ditto */
const char *string,
size_t length,
awk_bool_t duplicate,