diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-08 21:54:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-08 21:54:42 +0200 |
commit | b2177d5473a38d9dcc6c9ae9a8e115b45f689d0d (patch) | |
tree | 0cb2d77735d818cf967428ed789b8e480b89216f /gawkapi.c | |
parent | a0841dfa1e1a7ebdd8d29188ce7b304c67daa42d (diff) | |
parent | b4343b17479151d438d32530cdd2541262e3088e (diff) | |
download | egawk-b2177d5473a38d9dcc6c9ae9a8e115b45f689d0d.tar.gz egawk-b2177d5473a38d9dcc6c9ae9a8e115b45f689d0d.tar.bz2 egawk-b2177d5473a38d9dcc6c9ae9a8e115b45f689d0d.zip |
Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into gawk-4.1-stable
Diffstat (limited to 'gawkapi.c')
-rw-r--r-- | gawkapi.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1111,6 +1111,12 @@ gawk_api_t api_impl = { api_clear_array, api_flatten_array, api_release_flattened_array, + + /* Memory allocation */ + malloc, + calloc, + realloc, + free, }; /* init_ext_api --- init the extension API */ |