0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Portability fixes

Concentrate compiler dependencies to compiler.h; make sure compiler.h
is included first in every .c file (since some prototypes may depend
on the presence of feature request macros.)

Actually use the conditional inclusion of various functions (totally
broken in previous releases.)
This commit is contained in:
H. Peter Anvin
2007-10-02 21:53:51 -07:00
parent 4a8daf0607
commit fe501957c0
52 changed files with 133 additions and 24 deletions

View File

@@ -8,6 +8,8 @@
* initial version 27/iii/95 by Simon Tatham
*/
#include "compiler.h"
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>