summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 21:02:23 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 21:02:23 +0000
commitce61607e1125f1fc1f7c74dfa486031bb7c898fa (patch)
tree1320d3b4bc3ea5fc1c3b8eff19bba221c089db42 /nasm.h
parent788e6c10e175ab4b3e67feefbffe570619ae2330 (diff)
downloadnasm-ce61607e1125f1fc1f7c74dfa486031bb7c898fa.tar.gz
nasm-ce61607e1125f1fc1f7c74dfa486031bb7c898fa.tar.bz2
nasm-ce61607e1125f1fc1f7c74dfa486031bb7c898fa.zip
NASM 0.98.14
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nasm.h b/nasm.h
index c463879..c0dc0e5 100644
--- a/nasm.h
+++ b/nasm.h
@@ -13,7 +13,7 @@
#define NASM_MAJOR_VER 0
#define NASM_MINOR_VER 98
-#define NASM_VER "0.98.12"
+#define NASM_VER "0.98.14"
#ifndef NULL
#define NULL 0
@@ -312,7 +312,7 @@ typedef struct {
/*
* Called at the end of a pass.
*/
- void (*cleanup) (void);
+ void (*cleanup) (int);
} Preproc;
/*