]> granicus.if.org Git - nethack/commitdiff
fnamesiz bit
authornhmall <nhmall@nethack.org>
Wed, 29 Jan 2020 15:09:45 +0000 (10:09 -0500)
committernhmall <nhmall@nethack.org>
Wed, 29 Jan 2020 15:09:45 +0000 (10:09 -0500)
include/fnamesiz.h

index 5ec05904e31efa5491b6fb7c2806b8ac9cea65f4..403740ce10551cbe9db2097f19d3e5db5520f55c 100644 (file)
@@ -1,9 +1,9 @@
-/* NetHack 3.7 filesize.h      $NHDT-Date: 1575245033 2019/12/02 00:03:53 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.126 $ */
+/* NetHack 3.7 fnamesiz.h      $NHDT-Date: 1580310580 2020/01/29 15:09:40 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1 $ */
 /*-Copyright (c) Michael Allison, 2020. */
 /* NetHack may be freely redistributed.  See license for details. */
 
-#ifndef FILESIZE_H 
-#define FILESIZE_H
+#ifndef FNAMESIZ_H 
+#define FNAMESIZ_H
 
 /*
  *  Declarations for some file sizes, some of which need to be shared
@@ -76,4 +76,4 @@
 #define SAVESIZE FILENAME
 #endif
 
-#endif /* FILESIZE_H */
+#endif /* FNAMESIZ_H */