summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-30 18:01:31 +0000
committerjsm <jsm@NetBSD.org>1999-09-30 18:01:31 +0000
commit963f40fabfbfc47378585a05f5b465cbd4e0c7b6 (patch)
tree7d2ead721965b1afb7d25682629c2f61932820fc /atc
parente2f2d09292b8ac5c5390ab1b7e6fa09ab554080f (diff)
downloadbsdgames-darwin-963f40fabfbfc47378585a05f5b465cbd4e0c7b6.tar.gz
bsdgames-darwin-963f40fabfbfc47378585a05f5b465cbd4e0c7b6.tar.zst
bsdgames-darwin-963f40fabfbfc47378585a05f5b465cbd4e0c7b6.zip
Fix uses of namespaces reserved by ISO C or POSIX.1.
Diffstat (limited to 'atc')
-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