preproc.c: %include: use expand_smacros() not expand_smacros_in_string()
commit477f2e5fa91e4f93ae5341a5fc5b700f98b42c45
authorH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 17:09:45 +0000 (30 10:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 17:09:45 +0000 (30 10:09 -0700)
treeec902cba59d56ef9c4698ea61188ff3f6b70172b
parente63e62be4612e9c948d03d738d2968cc6d878d26
preproc.c: %include: use expand_smacros() not expand_smacros_in_string()

Call expand_smacros() early instead of expand_smacros_in_string()
late.  expand_smacros_in_string() seems like a prodigiously bad idea
and a sheer brainfart in my opinion.
preproc.c