]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.h
ned stat.h
[bsdgames-darwin.git] / hack / hack.h
index 074fbbfb92c93953e6a05b4d6cc62a15f6bc79b7..575b00ef9535625367e3814f4a37c385c7f37b1c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hack.h,v 1.11 2009/06/07 20:31:10 dholland Exp $       */
+/*     $NetBSD: hack.h,v 1.16 2011/08/06 20:18:26 dholland Exp $       */
 
 /*
  * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
 #include "config.h"
 #include <stdlib.h>
 #include <string.h>
-
-#ifndef BSD
-#define        index   strchr
-#define        rindex  strrchr
-#endif /* BSD */
+#include <sys/time.h>
 
 #define        Null(type)      ((struct type *) 0)
 
@@ -95,7 +91,7 @@ typedef struct {
 #include       "def.rm.h"
 #include       "def.permonst.h"
 
-#define        newstring(x)    (char *) alloc((unsigned)(x))
+#define        newstring(x)    ((char *) alloc(x))
 #include "hack.onames.h"
 
 #define ON 1
@@ -196,13 +192,13 @@ extern char *hname;
 extern const char *const hu_stat[]; /* in eat.c */
 extern const char *nomovemsg;
 extern const char *occtxt;
-extern char *save_cm;
+extern const char *save_cm;
 extern const char *killer;
 extern const char *const traps[];
 extern char SAVEF[];
 extern char fut_geno[60]; /* idem */
 extern char genocided[60]; /* defined in Decl.c */
-extern char lock[];
+extern char lock[PL_NSIZ + 4];
 extern const char mlarge[];
 extern char morc;
 extern const char nul[];