diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-11 23:21:28 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-11 23:21:28 +0200 |
commit | 2f49027b6d6b1f03ae07c5cd9625b072465079bd (patch) | |
tree | a166a8ff5a5db315891bef2bb184490d9fbe519f /gawkapi.h | |
parent | 9478ffc5b7ae6988bb109a7be9189ed02f3720e8 (diff) | |
download | egawk-2f49027b6d6b1f03ae07c5cd9625b072465079bd.tar.gz egawk-2f49027b6d6b1f03ae07c5cd9625b072465079bd.tar.bz2 egawk-2f49027b6d6b1f03ae07c5cd9625b072465079bd.zip |
O'Reilly edits, through Chapter 16.
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; |