From 3a27b17c7fea3845c63864e11008edf8cebd7e17 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 3 Mar 2016 17:11:28 -0800 Subject: Replace external dependencies on with an internal table Don't rely on the platform ; hopefully this can avoid problems. Signed-off-by: H. Peter Anvin --- nasm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nasm.c') diff --git a/nasm.c b/nasm.c index 0520500c..437987e8 100644 --- a/nasm.c +++ b/nasm.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -336,8 +335,6 @@ int main(int argc, char **argv) error_file = stderr; - tolower_init(); - offsets = raa_init(); forwrefs = saa_init((int32_t)sizeof(struct forwrefinfo)); -- cgit v1.2.1