]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/play.c
Add `__noreturn__' and `__unused__' attributes where appropriate to
[bsdgames-darwin.git] / rogue / play.c
index a9d02eb1cbe75e37b760f0f126599f5772c0c8e9..7b53d6edcdac04350821d46fb148c0a7e98dbf5f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $   */
+/*     $NetBSD: play.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $ */
 
 /*
  * Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)play.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $");
+__RCSID("$NetBSD: play.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $");
 #endif
 #endif /* not lint */
 
@@ -60,7 +60,7 @@ __RCSID("$NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $");
 #include "rogue.h"
 
 boolean interrupted = 0;
-char *unknown_command = "unknown command";
+const char *unknown_command = "unknown command";
 
 void
 play_level()