diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-12 14:23:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-12 14:23:43 +0200 |
commit | 325bb48d676c8d0f6ddbd9d293fc97d3c887ec6d (patch) | |
tree | c1928ffeb09e83916f70a622489a651c3ddb58c8 /gawkapi.h | |
parent | 99de0d0b65410e0c53239cce62df89094f9f2993 (diff) | |
parent | 2aee8dba0e30d477ff259764b0d39eb622cd584a (diff) | |
download | egawk-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |