mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Include "compiler.h" in zconf.h
This seems to actually work with Z_SOLO? Still might have to resolve problems, but... Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
#ifndef ZCONF_H
|
||||
#define ZCONF_H
|
||||
|
||||
#include "compiler.h"
|
||||
|
||||
#define HAVE_VSNPRINTF 1 /* If it doesn't exist we add it */
|
||||
#define Z_LARGE64 1 /* Better to have it... */
|
||||
#define Z_SOLO 1
|
||||
|
||||
/*
|
||||
* If you *really* need a unique prefix for all types and library functions,
|
||||
|
||||
Reference in New Issue
Block a user