summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nasm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/nasm.h b/include/nasm.h
index 6ff37aec..59d95682 100644
--- a/include/nasm.h
+++ b/include/nasm.h
@@ -54,6 +54,9 @@
#include "srcfile.h"
#include "error.h"
+/* Program name for error messages etc. */
+extern const char *_progname;
+
/* Time stamp for the official start of compilation */
struct compile_time {
time_t t;
@@ -748,7 +751,8 @@ struct pragma {
enum nasm_limit {
LIMIT_PASSES,
LIMIT_STALLED,
- LIMIT_MACROS,
+ LIMIT_MACRO_LEVELS,
+ LIMIT_MACRO_TOKENS,
LIMIT_REP,
LIMIT_EVAL,
LIMIT_LINES