diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-12 01:29:43 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-12 01:29:43 +0000 |
commit | 4169a47bd9daba2eb03d6c435722f1bb0bb6f52c (patch) | |
tree | edc9826eed78c333119a5ad3083aa455f98a66da /nasmlib.h | |
parent | cdea6f96b69a31e7d9294ac9b7f9f1167f722ed8 (diff) | |
download | nasm-4169a47bd9daba2eb03d6c435722f1bb0bb6f52c.tar.gz nasm-4169a47bd9daba2eb03d6c435722f1bb0bb6f52c.tar.bz2 nasm-4169a47bd9daba2eb03d6c435722f1bb0bb6f52c.zip |
Use a perfect hash to look up preprocessor directives
Use a perfect hash to look up preprocessor directives, and generate
the preprocessor directive list automatically.
Diffstat (limited to 'nasmlib.h')
-rw-r--r-- | nasmlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ #ifndef NASM_NASMLIB_H #define NASM_NASMLIB_H +#include <inttypes.h> +#include <stdio.h> + /* * If this is defined, the wrappers around malloc et al will * transform into logging variants, which will cause NASM to create |