diff options
author | john haque <j.eh@mchsi.com> | 2011-08-21 05:54:38 -0500 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2011-10-12 07:46:07 -0500 |
commit | f0866c5197ee0c01fd1ded16e364cbe612c271be (patch) | |
tree | bece1471f69606eea216154b2d7a480cd90c0a20 /symbol.h | |
parent | 1fea520248b42ca995c8797698c60301ea42ffe9 (diff) | |
download | egawk-f0866c5197ee0c01fd1ded16e364cbe612c271be.tar.gz egawk-f0866c5197ee0c01fd1ded16e364cbe612c271be.tar.bz2 egawk-f0866c5197ee0c01fd1ded16e364cbe612c271be.zip |
Add a test file, cleanup code and update doc.
Diffstat (limited to 'symbol.h')
-rw-r--r-- | symbol.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/symbol.h b/symbol.h deleted file mode 100644 index d5c2d85a..00000000 --- a/symbol.h +++ /dev/null @@ -1,6 +0,0 @@ -extern NODE *install_symbol(char *name, NODETYPE type); -extern NODE *lookup(const char *name); -extern void install_params(NODE *paramtab, int pcount); -extern void remove_params(NODE *paramtab, int pcount); -extern NODE *remove_symbol(char *name); -extern void destroy_symbol(char *name); |