]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.objects.h
avoid failure on "make install" when /var/games/sail already exists.
[bsdgames-darwin.git] / hack / def.objects.h
index b4400fc4a70ba553ebc7f1a680a35a78c00c4b58..6a2399573ea5ceb881891b8d2f6b0c66505bdace 100644 (file)
@@ -1,10 +1,13 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.objects.h - version 1.0.3 */
+/*     $NetBSD: def.objects.h,v 1.4 1997/10/19 16:57:16 christos Exp $ */
 
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+#ifndef _DEF_OBJECTS_H_
+#define _DEF_OBJECTS_H_
 /* objects have letter " % ) ( 0 _ ` [ ! ? / = * */
 #include "config.h"
 #include "def.objclass.h"
-#define        NULL    (char *)0
 
 struct objclass objects[] = {
 
@@ -287,3 +290,4 @@ char obj_symbols[] = {
        BALL_SYM, CHAIN_SYM, ROCK_SYM, ARMOR_SYM, POTION_SYM, SCROLL_SYM,
        WAND_SYM, RING_SYM, GEM_SYM, 0 };
 int bases[sizeof(obj_symbols)];
+#endif /* _DEF_OBJECTS_H_ */