Move version strings to a separate header
commit2bc0ab38a22ecbaa56ef20e4037084b3ac6d3d45
authorH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 10:17:36 +0000 (8 02:17 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 10:17:36 +0000 (8 02:17 -0800)
tree111237d6ad12e0547b22758659dfa547eec25ecf
parentcc147f79e44e06ab6dc81449f66e581fe9a1cf80
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>
15 files changed:
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
lib/ver.c
nasm.c
nasm.h
ndisasm.c
output/outelf32.c
output/outelf64.c
output/outelfx32.c
output/outieee.c
output/outobj.c
ver.h [copied from lib/ver.c with 77% similarity]