summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nasm.h b/nasm.h
index 9609667f..4f1d2b16 100644
--- a/nasm.h
+++ b/nasm.h
@@ -12,8 +12,8 @@
#define NASM_H
#define NASM_MAJOR_VER 0
-#define NASM_MINOR_VER 91
-#define NASM_VER "0.91"
+#define NASM_MINOR_VER 93
+#define NASM_VER "0.93"
#ifndef NULL
#define NULL 0
@@ -268,6 +268,7 @@ typedef struct { /* an instruction itself */
operand oprs[3]; /* the operands, defined as above */
extop *eops; /* extended operands */
int times; /* repeat count (TIMES prefix) */
+ int forw_ref; /* is there a forward reference? */
} insn;
/*