Rename undef to flags

This commit is contained in:
Olaf Seibert
2021-06-12 21:44:23 +02:00
parent 7ba6ed13e6
commit 34b4815798
2 changed files with 6 additions and 6 deletions

View File

@@ -49,10 +49,10 @@ int get_fp_src_mode(
EX_TREE *parse_expr(
char *cp,
int undef);
int flags);
EX_TREE *parse_unary_expr(
char *cp,
int undef);
int flags);
int expr_ok(
EX_TREE *expr);
int parse_float(