]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.gen.h
Use STD*_FILENO.
[bsdgames-darwin.git] / hack / def.gen.h
index f1e44fc98977310b208ea453038659a86226f492..bc6b7169b52e9b1473802ccd926f65ef262616a6 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.gen.h version 1.0.1: added ONCE flag */
+/*     $NetBSD: def.gen.h,v 1.4 1997/10/19 16:57:01 christos Exp $     */
 
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+#ifndef _DEF_GEN_H_
+#define _DEF_GEN_H_
 struct gen {
        struct gen *ngen;
        xchar gx,gy;
@@ -11,5 +15,5 @@ struct gen {
 #define        ONCE    0100
 };
 extern struct gen *fgold, *ftrap;
-struct gen *g_at();
 #define newgen()       (struct gen *) alloc(sizeof(struct gen))
+#endif /* _DEF_GEN_H_ */