summaryrefslogtreecommitdiff
path: root/ld/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/table.c')
-rw-r--r--ld/table.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/ld/table.c b/ld/table.c
index cbe4217..509c838 100644
--- a/ld/table.c
+++ b/ld/table.c
@@ -2,20 +2,13 @@
/* Copyright (C) 1994 Bruce Evans */
+#include "syshead.h"
#include "const.h"
#include "align.h"
#include "obj.h"
#include "type.h"
#include "globvar.h"
-#ifdef STDC_HEADERS_MISSING
-void *malloc P((unsigned size));
-char * strcpy P((char* dest, char* src));
-#else
-#include <stdlib.h>
-#include <string.h>
-#endif
-
#define GOLDEN 157 /* GOLDEN/HASHTABSIZE approx golden ratio */
#define HASHTABSIZE 256