aboutsummaryrefslogtreecommitdiff
path: root/asm/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/parser.c')
-rw-r--r--asm/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/parser.c b/asm/parser.c
index 282a6c5..421c721 100644
--- a/asm/parser.c
+++ b/asm/parser.c
@@ -469,6 +469,7 @@ perr_t parse_next(token_stream_t *stream, presult_t *ret)
perr_t perr = PERR_OK;
switch (token.type)
{
+ case TOKEN_LITERAL_STRING:
case TOKEN_PP_CONST:
case TOKEN_PP_REFERENCE:
case TOKEN_PP_END: