summaryrefslogtreecommitdiff
path: root/ld/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/const.h')
-rw-r--r--ld/const.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/const.h b/ld/const.h
new file mode 100644
index 0000000..7705e15
--- /dev/null
+++ b/ld/const.h
@@ -0,0 +1,14 @@
+/* const.h - constants for linker */
+
+/* Copyright (C) 1994 Bruce Evans */
+
+#define FALSE 0
+#define NULL 0
+#define TRUE 1
+
+#define EXTERN extern
+#define FORWARD static
+#define PRIVATE static
+#define PUBLIC
+
+#include "config.h"