preproc: don't pass an enum to %s
commitcd0943e2778d8cd690dda0635a3d4ef91546350a
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 19:17:11 +0000 (14 15:17 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 19:17:11 +0000 (14 15:17 -0400)
tree12e2e29f26682a51a95b5c31ef0cffc7bc47cc51
parentf9c9a6717c638b796a6d05c980607e9062c11b70
preproc: don't pass an enum to %s

Need to use pp_directives[directive], not the plain directive, which
is an enum.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
preproc.c