diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-13 11:27:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-13 11:27:11 +0200 |
commit | 777dd64615dd9067d16634af3eb08ad36123d7eb (patch) | |
tree | 3db4e8d84639c8e6e8d677b6777c0f51dc8a539e /gawkapi.h | |
parent | 4e35a70613a5b5c0a051efb59a52a28048add092 (diff) | |
parent | ad2954e3ccd8da60e0d0ce707489071f030cbc59 (diff) | |
download | egawk-777dd64615dd9067d16634af3eb08ad36123d7eb.tar.gz egawk-777dd64615dd9067d16634af3eb08ad36123d7eb.tar.bz2 egawk-777dd64615dd9067d16634af3eb08ad36123d7eb.zip |
Merge branch 'master' into wasted-byte
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -846,7 +846,7 @@ make_number(double num, awk_value_t *result) extern int dl_load(const gawk_api_t *const api_p, awk_ext_id_t id); #if 0 -/* Boiler plate code: */ +/* Boilerplate code: */ int plugin_is_GPL_compatible; static gawk_api_t *const api; |