From 7df0417e58fa3cad48cc457e7238a4940ffe79bc Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 10 Jun 2008 18:27:38 -0700 Subject: Add %warning, saner unquoting of %error - Add %warning directive - Only unquote an %error or %warning string if it is the only thing on the directive line. - Don't expand macros inside a quoted string, even for %error. --- nasmlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nasmlib.h') diff --git a/nasmlib.h b/nasmlib.h index 3fa51279..837d679c 100644 --- a/nasmlib.h +++ b/nasmlib.h @@ -54,6 +54,7 @@ extern efunc nasm_malloc_error; #define ERR_NOFILE 0x00000010 /* don't give source file name/line */ #define ERR_USAGE 0x00000020 /* print a usage message */ #define ERR_PASS1 0x00000040 /* only print this error on pass one */ +#define ERR_NO_SEVERITY 0x00000080 /* suppress printing severity */ /* * These codes define specific types of suppressible warning. -- cgit v1.2.1