diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-11 23:26:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-11 23:26:38 +0200 |
commit | 378e213c953d6482ae4d92a69b526cdeaef1f26f (patch) | |
tree | bc4c1b54d83e4869f9aae794aac6688f04cbbc76 /gawkapi.h | |
parent | 7f9f66525d7d82816eba352efdf58497373a47bf (diff) | |
parent | f2c0bdf60b053c28d6cde7faf1b014e5b7f7deaf (diff) | |
download | egawk-378e213c953d6482ae4d92a69b526cdeaef1f26f.tar.gz egawk-378e213c953d6482ae4d92a69b526cdeaef1f26f.tar.bz2 egawk-378e213c953d6482ae4d92a69b526cdeaef1f26f.zip |
Merge branch 'master' into non-fatal-io-2
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; |