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

1
nasm.c
View File

@@ -61,6 +61,7 @@
#include "output/outform.h"
#include "listing.h"
#include "iflag.h"
#include "ver.h"
/*
* This is the maximum number of optimization passes to do. If we ever