BR3028880: Revert to nonfatal, better error message, cleanup
commit5b00bf4d4923756ac6da6e5f9282dacb2877047f
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 13 Jul 2010 18:43:06 +0000 (13 11:43 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 13 Jul 2010 18:46:37 +0000 (13 11:46 -0700)
treecf8720b4777b7ad324a96d60e0be6ca6e8b5d8d6
parent702df6d6cc256ce36a63ea1de02d7044a69fef67
BR3028880: Revert to nonfatal, better error message, cleanup

Revert to issuing a nonfatal error (it makes no sense to make it a
fatal error, but it probably makes sense for it to be an error instead
of a warning, especially since a lot of prior versions would crash and
apparently noone noticed.)  We might have to revisit this based on
user requirements, and/or provide a method for the user to detect an
existing environment variable (%ifenv?).

Issue a better error message, indicating the nature of the failure.

Simplify the code by just updating the string in "p".

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