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/common_source/back.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backgammon/common_source/back.h') diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h index ed56e81c..815a5ec2 100644 --- a/backgammon/common_source/back.h +++ b/backgammon/common_source/back.h @@ -1,4 +1,4 @@ -/* $NetBSD: back.h,v 1.17 2010/03/22 05:10:19 mrg Exp $ */ +/* $NetBSD: back.h,v 1.18 2011/08/26 06:18:16 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -139,14 +139,14 @@ void clend(void); void cline(void); int count(void); void curmove(int, int); -void errexit(const char *) __attribute__((__noreturn__)); +void errexit(const char *) __dead; void fancyc(int); void fboard(void); void fixtty(struct termios *); void getarg(char ***); int getcaps(const char *); void getmove(void); -void getout(int) __attribute__((__noreturn__)); +void getout(int) __dead; void gwrite(void); void init(void); int main(int, char *[]); -- cgit v1.2.3