Make a nice flag name for evaluate().

This commit is contained in:
Olaf Seibert
2021-04-21 18:34:11 +02:00
parent 2753b081cc
commit 461205d60a
4 changed files with 26 additions and 21 deletions

View File

@@ -67,7 +67,8 @@ EX_TREE *new_ex_bin(
EX_TREE *evaluate(
EX_TREE *tp,
int undef);
int flags);
#define EVALUATE_UNDEF 1
#endif