summaryrefslogtreecommitdiff
path: root/include/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nasm.h')
-rw-r--r--include/nasm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nasm.h b/include/nasm.h
index 9bd42a75..2a207a03 100644
--- a/include/nasm.h
+++ b/include/nasm.h
@@ -391,6 +391,9 @@ struct preproc_ops {
/* Unwind the macro stack when printing an error message */
void (*error_list_macros)(errflags severity);
+
+ /* Return true if an error message should be suppressed */
+ bool (*suppress_error)(errflags severity);
};
extern const struct preproc_ops nasmpp;