summaryrefslogtreecommitdiffstats
path: root/atc/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'atc/def.h')
-rw-r--r--atc/def.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/atc/def.h b/atc/def.h
index f9f6aad9..4f0ee607 100644
--- a/atc/def.h
+++ b/atc/def.h
@@ -1,4 +1,4 @@
-/* $NetBSD: def.h,v 1.4 1998/09/11 12:53:28 hubertf Exp $ */
+/* $NetBSD: def.h,v 1.5 1999/09/30 18:01:31 jsm Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -74,6 +74,11 @@
#define T_EXIT 2
#define T_AIRPORT 3
+#undef S_NONE
+#undef S_GONE
+#undef S_MARKED
+#undef S_UNMARKED
+#undef S_IGNORED
#define S_NONE 0
#define S_GONE 1
#define S_MARKED 2