Module Name:    src
Committed By:   joerg
Date:           Sat Aug 27 23:42:33 UTC 2011

Modified Files:
        src/games/hack: extern.h

Log Message:
Mark error() as dead, so that validation for setclipped works correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/hack/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/hack/extern.h
diff -u src/games/hack/extern.h:1.17 src/games/hack/extern.h:1.18
--- src/games/hack/extern.h:1.17	Fri Aug 26 06:18:17 2011
+++ src/games/hack/extern.h	Sat Aug 27 23:42:33 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: extern.h,v 1.17 2011/08/26 06:18:17 dholland Exp $	*/
+/*	$NetBSD: extern.h,v 1.18 2011/08/27 23:42:33 joerg Exp $	*/
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -449,7 +449,7 @@
 void gettty(void);
 void settty(const char *);
 void setftty(void);
-void error(const char *, ...) __printflike(1, 2);
+void error(const char *, ...) __printflike(1, 2) __dead;
 void getlin(char *);
 void getret(void);
 void cgetret(const char *);

Reply via email to