]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/mille.h
cgram: in hinting mode, show all correct characters in bold face
[bsdgames-darwin.git] / mille / mille.h
index 10326d892aa05e705f04e921fa07d6ea6ffec324..88e82b12c6dbd4acd0bbbec998a9233e218c3a74 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: mille.h,v 1.18 2011/08/16 11:14:04 christos Exp $      */
+/*     $NetBSD: mille.h,v 1.20 2019/12/27 09:17:59 msaitoh Exp $       */
 
 /*
  * Copyright (c) 1982, 1993
@@ -56,7 +56,7 @@
 
 #define HAND_SZ                7       /* number of cards in a hand    */
 #define DECK_SZ                101     /* number of cards in decks     */
-#define NUM_SAFE       4       /* number of saftey cards       */
+#define NUM_SAFE       4       /* number of safety cards       */
 #define NUM_MILES      5       /* number of milestones types   */
 #define NUM_CARDS      20      /* number of types of cards     */
 #define BOARD_Y                17      /* size of board screen         */
@@ -237,9 +237,9 @@ void        calcmove(void);
 int    canplay(const PLAY *, const PLAY *, CARD);
 int    check_ext(bool);
 void   check_more(void);
-void   die(int) __attribute__((__noreturn__));
+void   die(int) __dead;
 void   domove(void);
-bool   error(const char *, ...);
+bool   error(const char *, ...) __printflike(1,2);
 void   extrapolate(PLAY *);
 void   finalscore(PLAY *);
 CARD   getcard(void);