aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-09-14 12:27:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-09-14 12:27:06 +0300
commit5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a (patch)
tree8f4c16e9055193f2965482f65e46c61259646d4a /awk.h
parent8eb919e188c5a903a7d0194e42a97698b649d9ac (diff)
downloadegawk-5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a.tar.gz
egawk-5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a.tar.bz2
egawk-5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a.zip
Add undocumented-for-now PROCINFO["identifiers"].
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index b0208e54..bafb4b98 100644
--- a/awk.h
+++ b/awk.h
@@ -1670,6 +1670,7 @@ extern int reisstring(const char *text, size_t len, Regexp *re, const char *buf)
extern int get_numbase(const char *str, bool use_locale);
/* symbol.c */
+extern void load_symbols();
extern NODE *install_symbol(char *name, NODETYPE type);
extern NODE *remove_symbol(NODE *r);
extern void destroy_symbol(NODE *r);