0
0
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:
H. Peter Anvin
2025-09-05 19:34:34 -07:00
parent f129d7ea5b
commit e52aa40daa

View File

@@ -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,