0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

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>
This commit is contained in:
H. Peter Anvin
2016-03-08 02:17:36 -08:00
parent cc147f79e4
commit 2bc0ab38a2
15 changed files with 100 additions and 56 deletions

View File

@@ -49,6 +49,8 @@
#include "nasmlib.h"
#include "stdscan.h"
#include "eval.h"
#include "ver.h"
#include "output/outform.h"
#include "output/outlib.h"