removed hcl_read() and hcl_compile().

in the next commit(), hcl_read2() and hcl_compile2() will get renamed to hcl_read() and hcl_compile() respectively
This commit is contained in:
2021-01-29 08:35:31 +00:00
parent 3dad8ce013
commit d4fbd0a298
9 changed files with 45 additions and 5617 deletions

View File

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