From 5b76eed8435d83619f278cc1584ca5751e2804f6 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 15 Dec 2007 19:44:37 +0000 Subject: convert __attribute__s to applicable cdefs.h macros --- tetris/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tetris/screen.c') diff --git a/tetris/screen.c b/tetris/screen.c index 61519997..787a09eb 100644 --- a/tetris/screen.c +++ b/tetris/screen.c @@ -1,4 +1,4 @@ -/* $NetBSD: screen.c,v 1.20 2007/12/15 16:32:05 perry Exp $ */ +/* $NetBSD: screen.c,v 1.21 2007/12/15 19:44:43 perry Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -64,7 +64,7 @@ static struct termios oldtt; static void (*tstp)(int); static void scr_stop(int); -static void stopset(int) __attribute__((__noreturn__)); +static void stopset(int) __dead; /* -- cgit v1.2.3