Unbreak %warning
commit917a3496f062ce35547816b560ba5a1b2c563574
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Sep 2008 16:14:49 +0000 (24 09:14 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Sep 2008 16:14:49 +0000 (24 09:14 -0700)
treee50e3b073a5f5dfda91023263871274ac70aca17
parent13f1f3eed6f0fbfe59d4f0d00c8f221d5d653f21
Unbreak %warning

Since the error directives, including %warning, are now issued in the
final pass only, it is important that we do *not* pass ERR_PASS1 with
%warning.  Rather than playing even more ugly games in error(),
require ERR_PASS1 to be passed in with warnings elsewhere in the
preprocessor, just like the rest of the system.

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