summaryrefslogtreecommitdiffstats
path: root/hack/def.wseg.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
committerchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
commit84e7d0704483ce39bbdeacd5e676168db6fa664f (patch)
treef9ffeffa1a4342e749494bc3f5618552435839af /hack/def.wseg.h
parentf73f1009084e75624e3bc00fef9cf4749de80dcc (diff)
downloadbsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.gz
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.zst
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.zip
WARNsify...
Diffstat (limited to 'hack/def.wseg.h')
-rw-r--r--hack/def.wseg.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/hack/def.wseg.h b/hack/def.wseg.h
index 35812db3..c7c372d9 100644
--- a/hack/def.wseg.h
+++ b/hack/def.wseg.h
@@ -1,9 +1,10 @@
+/* $NetBSD: def.wseg.h,v 1.4 1997/10/19 16:57:25 christos Exp $ */
+
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- * $NetBSD: def.wseg.h,v 1.3 1995/03/23 08:29:42 cgd Exp $
*/
-
+#ifndef _DEF_WSEG_H_
+#define _DEF_WSEG_H_
#ifndef NOWORM
/* worm structure */
struct wseg {
@@ -13,4 +14,5 @@ struct wseg {
};
#define newseg() (struct wseg *) alloc(sizeof(struct wseg))
-#endif NOWORM
+#endif /* NOWORM */
+#endif /* _DEF_WSEG_H_ */