]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.trap.h
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
[bsdgames-darwin.git] / hack / def.trap.h
index 26946add76bba01e04b6fe2c6517c49ed2b8fbec..57401f06bc421c6cbf002b23d018ee6c210144a7 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.trap.h - version 1.0.2 */
+/*     $NetBSD: def.trap.h,v 1.4 1997/10/19 16:57:23 christos Exp $    */
 
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+#ifndef _DEF_TRAP_H_
+#define _DEF_TRAP_H_
 struct trap {
        struct trap *ntrap;
        xchar tx,ty;
@@ -10,7 +14,6 @@ struct trap {
 };
 
 extern struct trap *ftrap;
-struct trap *t_at();
 #define newtrap()      (struct trap *) alloc(sizeof(struct trap))
 
 /* various kinds of traps */
@@ -25,3 +28,4 @@ struct trap *t_at();
 #define        MIMIC           8       /* used only in mklev.c */
 #define TRAPNUM        9       /* if not less than 32, change sizeof(ttyp) */
                                /* see also mtrapseen (bit map) */
+#endif /* _DEF_TRAP_H_ */