From 9e7fd816e02e66962d482b02209f112e1d5789fc Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 26 Aug 2011 06:18:16 +0000 Subject: Use __dead and __printflike instead of __attribute__. --- backgammon/teachgammon/tutor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backgammon/teachgammon') diff --git a/backgammon/teachgammon/tutor.h b/backgammon/teachgammon/tutor.h index ca5d2d1b..26e55e1f 100644 --- a/backgammon/teachgammon/tutor.h +++ b/backgammon/teachgammon/tutor.h @@ -1,4 +1,4 @@ -/* $NetBSD: tutor.h,v 1.9 2009/08/12 05:17:57 dholland Exp $ */ +/* $NetBSD: tutor.h,v 1.10 2011/08/26 06:18:16 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -62,5 +62,5 @@ extern const char *const stragy[]; extern const struct situatn test[]; -void leave(void) __attribute__((__noreturn__)); -void tutor(void) __attribute__((__noreturn__)); +void leave(void) __dead; +void tutor(void) __dead; -- cgit v1.2.3-56-ge451