diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-01 20:29:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-01 20:29:12 +0200 |
commit | 473623f186c3699c8886ccdd8a2afb7f4fe7a07e (patch) | |
tree | 40b075a492be67b317635d9102e2441d74ce9569 /ext.c | |
parent | 2b8a8424212839cd30490e4245c0c5119904eca3 (diff) | |
parent | 1c06c5c6f0f6d46f63977dd7407d86ccc2614226 (diff) | |
download | egawk-473623f186c3699c8886ccdd8a2afb7f4fe7a07e.tar.gz egawk-473623f186c3699c8886ccdd8a2afb7f4fe7a07e.tar.bz2 egawk-473623f186c3699c8886ccdd8a2afb7f4fe7a07e.zip |
Merge branch 'gawk_mpfr' of git.sv.gnu.org:/srv/git/gawk into gawk_mpfr
Diffstat (limited to 'ext.c')
-rw-r--r-- | ext.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -95,7 +95,6 @@ load_ext(const char *lib_name, const char *init_func, NODE *obj) if (gpl_compat == NULL) fatal(_("extension: library `%s': does not define `plugin_is_GPL_compatible' (%s)\n"), lib_name, dlerror()); - func = (NODE *(*)(NODE *, void *)) dlsym(dl, init_func); if (func == NULL) fatal(_("extension: library `%s': cannot call function `%s' (%s)\n"), |