renamed hcl_read2() and hcl_compile2() to hcl_read() and hcl_compile() respectively

This commit is contained in:
2021-01-29 08:40:10 +00:00
parent d4fbd0a298
commit d19fab7e3f
7 changed files with 32 additions and 33 deletions

View File

@ -65,7 +65,7 @@ libhcl_la_SOURCES = \
hcl-prv.h \
bigint.c \
cnode.c \
comp2.c \
comp.c \
debug.c \
decode.c \
dic.c \
@ -83,7 +83,7 @@ libhcl_la_SOURCES = \
prim.c \
print.c \
rbt.c \
read2.c \
read.c \
sym.c \
utf8.c \
utl.c \