evalexpr: parse: rename recursive parsing function
This commit is contained in:
parent
a92e39dbec
commit
ad56ea521a
4 changed files with 17 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ VPATH = src/
|
|||
SRC = \
|
||||
src/ast/ast.c \
|
||||
src/eval/eval.c \
|
||||
src/parse/parse.c \
|
||||
src/parse/recursive_parse.c \
|
||||
|
||||
BIN = evalexpr
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue