summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
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 c463879a..c0dc0e5e 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;
/*