Factor out common string list handling code
commit436e367874fc488a9d7e9196d1366715c4f05c05
authorH. Peter Anvin <hpa@zytor.com>
Tue, 4 Oct 2016 08:12:28 +0000 (4 01:12 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 4 Oct 2016 08:12:28 +0000 (4 01:12 -0700)
tree223e96eab6ee2305672ab07ff7a7453dc708645f
parent9924d1ea8501543934545084339723901d408b92
Factor out common string list handling code

Simplify the preprocessor code by factoring out the common string list
handling code.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
asm/preproc-nop.c
asm/preproc.c
include/nasm.h
include/strlist.h [new file with mode: 0644]
nasmlib/strlist.c [new file with mode: 0644]