nasm.c: clean up the handing of response files
commitbe2678cd315606b54041014d4d37f111766b9db4
authorH. Peter Anvin <hpa@zytor.com>
Tue, 22 Jan 2008 00:23:59 +0000 (21 16:23 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Jan 2008 00:23:59 +0000 (21 16:23 -0800)
treeaab445b06f2cd479e9937c87382590e73149361d
parentf7bd02a07fa026679ff0da6b9e40be20ab282cf8
nasm.c: clean up the handing of response files

Avoid using malloc/free (not nasm_malloc/nasm_free even) in the
processing of response files; move to separate function.
nasm.c