aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-28 21:48:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-28 21:48:44 +0200
commit4ecc73507924d09085e0149492045d5cbe16f7a0 (patch)
treebf6b150eebe4e9a3c403124bfc735170757e0775 /awk.h
parente5fd15444e61ac39fcb63013d298fc2aea4fe74a (diff)
downloadegawk-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index 43a1bcdd..281e1669 100644
--- a/awk.h
+++ b/awk.h
@@ -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);