summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-21 20:06:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-21 20:06:10 -0800
commitfb4601cf61e5d4723f005ab130e1b00aa9b21ea3 (patch)
tree4439ced6f674cf8e859a2e3d7743e3f7e3a047b6 /parser.l
parent3fb190507f1f8cc5ad667abd2b84748f8e703242 (diff)
downloadtxr-fb4601cf61e5d4723f005ab130e1b00aa9b21ea3.tar.gz
txr-fb4601cf61e5d4723f005ab130e1b00aa9b21ea3.tar.bz2
txr-fb4601cf61e5d4723f005ab130e1b00aa9b21ea3.zip
* Makefile (OBJS): Add parser.o.
* parser.h (parser_s): Declared. (parse_init): Declaration removed. (parser_l_init): Declared. * parser.l (parse_init): Function renamed to parser_l_init. * parser.c: New file.
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.l b/parser.l
index 0c3ba64e..cb61be41 100644
--- a/parser.l
+++ b/parser.l
@@ -951,7 +951,7 @@ val source_loc_str(val form)
lit("source location n/a"));
}
-void parse_init(void)
+void parser_l_init(void)
{
prot1(&form_to_ln_hash);
form_to_ln_hash = make_hash(t, nil, nil);