]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.flag.h
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
[bsdgames-darwin.git] / hack / def.flag.h
index 2fff1d3fc6ee971471a4efc425e05389901af523..52fdc27c2ac2d66ca67269fcf6257f2440223ab3 100644 (file)
@@ -1,9 +1,10 @@
+/*     $NetBSD: def.flag.h,v 1.4 1997/10/19 16:56:56 christos Exp $    */
+
 /*
  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- *     $NetBSD: def.flag.h,v 1.3 1995/03/23 08:29:22 cgd Exp $
  */
-
+#ifndef _DEF_FLAG_H_
+#define _DEF_FLAG_H_
 struct flag {
        unsigned ident;         /* social security number for each monster */
        unsigned debug:1;       /* in debugging mode */
@@ -43,3 +44,4 @@ struct flag {
 
 extern struct flag flags;
 
+#endif /* _DEF_FLAG_H_ */