diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-06 20:08:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-06 20:08:02 +0300 |
commit | dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918 (patch) | |
tree | da3c30ab2374d6d7d32bac328f2f1c983efaf361 /gawkapi.c | |
parent | fcc37ab5b658388a6fa14bcd9c0254454418c96a (diff) | |
download | egawk-dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918.tar.gz egawk-dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918.tar.bz2 egawk-dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918.zip |
Changes to LINT reflect to extn API. Add API tests.
Diffstat (limited to 'gawkapi.c')
-rw-r--r-- | gawkapi.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -479,3 +479,11 @@ init_ext_api() api_impl.do_flags[4] = do_debug; api_impl.do_flags[5] = do_mpfr; } + +/* update_ext_api --- update the variables in the API that can change */ + +void +update_ext_api() +{ + api_impl.do_flags[0] = do_lint; +} |