summaryrefslogtreecommitdiff
path: root/as/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'as/error.c')
-rw-r--r--as/error.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/as/error.c b/as/error.c
index 9493790..465ea31 100644
--- a/as/error.c
+++ b/as/error.c
@@ -1,14 +1,9 @@
/* error.c - error routines for assembler */
+#include "syshead.h"
#include "const.h"
#include "type.h"
-#ifdef STDC_HEADERS_MISSING
-char *strcpy P((char *s1, const char *s2));
-#else
-#include <string.h>
-#endif
-
PRIVATE char *errormessage[] =
{
"comma expected",