summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-08 02:17:36 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-03-08 02:17:36 -0800
commit2bc0ab38a22ecbaa56ef20e4037084b3ac6d3d45 (patch)
tree111237d6ad12e0547b22758659dfa547eec25ecf /nasm.h
parentcc147f79e44e06ab6dc81449f66e581fe9a1cf80 (diff)
downloadnasm-2bc0ab38a22ecbaa56ef20e4037084b3ac6d3d45.tar.gz
Move version strings to a separate header
Move version strings to a separate header, instead of needing to include nasm.h in places where it probably really doesn't belong. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/nasm.h b/nasm.h
index 94640292..d44d9211 100644
--- a/nasm.h
+++ b/nasm.h
@@ -1117,13 +1117,4 @@ extern int globalbits; /* 16, 32 or 64-bit mode */
extern int globalrel; /* default to relative addressing? */
extern int globalbnd; /* default to using bnd prefix? */
-/*
- * NASM version strings, defined in ver.c
- */
-extern const char nasm_version[];
-extern const char nasm_date[];
-extern const char nasm_compile_options[];
-extern const char nasm_comment[];
-extern const char nasm_signature[];
-
#endif