qstring: first cut at full quoted string support in the preprocessor
authorH. Peter Anvin <hpa@zytor.com>
Mon, 2 Jun 2008 00:23:51 +0000 (17:23 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 2 Jun 2008 00:23:51 +0000 (17:23 -0700)
commit8cad14bbcf0b8c056e6f81dccf4af38537e0bac6
tree454627762c5d12027c8877c7cdde360673cca0d0
parent7f2f8b35e6b8ea67fe620f3363b5eaa06f55a222
qstring: first cut at full quoted string support in the preprocessor

First attempt at properly handle quoted strings in the preprocessor.
This also adds range support in %substr.

No support in the assembler yet.
Makefile.in
nasmlib.c
nasmlib.h
preproc.c
quote.c [new file with mode: 0644]
quote.h [new file with mode: 0644]