diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-21 22:32:46 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-21 22:32:46 +0300 |
commit | d0d954cce2ca5a2e0ed41116502b636446ac528f (patch) | |
tree | db8c2d7a893254b5b2d6a7fffd7a09299cd7d259 /awk.h | |
parent | 898eb2ad1d514887993994e60fe860ac3ee1bba8 (diff) | |
download | egawk-d0d954cce2ca5a2e0ed41116502b636446ac528f.tar.gz egawk-d0d954cce2ca5a2e0ed41116502b636446ac528f.tar.bz2 egawk-d0d954cce2ca5a2e0ed41116502b636446ac528f.zip |
Remove extension() builtin.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1503,8 +1503,7 @@ extern STACK_ITEM *grow_stack(void); extern void dump_fcall_stack(FILE *fp); extern int register_exec_hook(Func_pre_exec preh, Func_post_exec posth); /* ext.c */ -NODE *do_ext(int nargs); -NODE *load_ext(const char *lib_name, const char *init_func); +void load_ext(const char *lib_name); #ifdef DYNAMIC awk_bool_t make_builtin(const awk_ext_func_t *); NODE *get_argument(int); |