]> 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 a7b0138d9e1f0c161bba6bb47cc89f9972781b37..6a2399573ea5ceb881891b8d2f6b0c66505bdace 100644 (file)
@@ -1,13 +1,13 @@
+/*     $NetBSD: def.objects.h,v 1.4 1997/10/19 16:57:16 christos Exp $ */
+
 /*
  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- *     $Id: def.objects.h,v 1.2 1993/08/02 17:16:51 mycroft Exp $
  */
-
+#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[] = {
 
@@ -290,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_ */