diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-28 21:48:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-28 21:48:44 +0200 |
commit | 4ecc73507924d09085e0149492045d5cbe16f7a0 (patch) | |
tree | bf6b150eebe4e9a3c403124bfc735170757e0775 /awk.h | |
parent | e5fd15444e61ac39fcb63013d298fc2aea4fe74a (diff) | |
download | egawk-4ecc73507924d09085e0149492045d5cbe16f7a0.tar.gz egawk-4ecc73507924d09085e0149492045d5cbe16f7a0.tar.bz2 egawk-4ecc73507924d09085e0149492045d5cbe16f7a0.zip |
Minor bug fixes, lots more doc, make dist.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1217,7 +1217,7 @@ extern void dump_fcall_stack(FILE *fp); /* ext.c */ NODE *do_ext(int nargs); #ifdef DYNAMIC -void make_builtin(char *, NODE *(*)(int), int); +void make_builtin(const char *, NODE *(*)(int), int); size_t get_curfunc_arg_count(void); NODE *get_argument(int); NODE *get_actual_argument(int, int, int); |