diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:02:23 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:02:23 +0000 |
commit | ce61607e1125f1fc1f7c74dfa486031bb7c898fa (patch) | |
tree | 1320d3b4bc3ea5fc1c3b8eff19bba221c089db42 /nasm.h | |
parent | 788e6c10e175ab4b3e67feefbffe570619ae2330 (diff) | |
download | nasm-ce61607e1125f1fc1f7c74dfa486031bb7c898fa.tar.gz nasm-ce61607e1125f1fc1f7c74dfa486031bb7c898fa.tar.bz2 nasm-ce61607e1125f1fc1f7c74dfa486031bb7c898fa.zip |
NASM 0.98.14
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; /* |