summaryrefslogtreecommitdiff
path: root/util/et/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/et/compiler.h')
-rw-r--r--util/et/compiler.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/util/et/compiler.h b/util/et/compiler.h
deleted file mode 100644
index 3e23f12..0000000
--- a/util/et/compiler.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * definitions common to the source files of the error table compiler
- */
-
-enum lang {
- lang_C, /* ANSI C (default) */
- lang_KRC, /* C: ANSI + K&R */
- lang_CPP /* C++ */
-};
-
-int debug; /* dump debugging info? */
-char *filename; /* error table source */
-enum lang language;
-const char *whoami;