Separate out the string parsing for .include/.library file names and macro arguments.

They behave observably different from generic string parsing and trying
to account for them generically just gets in the way.
.rept is treated the same as a macro.
This commit is contained in:
Olaf Seibert
2015-05-22 16:36:16 +02:00
parent 536d1856f0
commit 435cdb0b7f
6 changed files with 114 additions and 36 deletions

View File

@@ -26,6 +26,9 @@ SYMBOL *get_op(
char *getstring(
char *cp,
char **endp);
char *getstring_fn(
char *cp,
char **endp);
char *get_symbol(
char *cp,
char **endp,