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/tetris.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tetris/tetris.c') diff --git a/tetris/tetris.c b/tetris/tetris.c index 3be171fd..c071fb52 100644 --- a/tetris/tetris.c +++ b/tetris/tetris.c @@ -1,4 +1,4 @@ -/* $NetBSD: tetris.c,v 1.17 2004/01/27 20:30:30 jsm Exp $ */ +/* $NetBSD: tetris.c,v 1.18 2007/12/15 19:44:43 perry Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -77,8 +77,8 @@ int showpreview; static void elide(void); static void setup_board(void); int main(int, char **); - void onintr(int) __attribute__((__noreturn__)); - void usage(void) __attribute__((__noreturn__)); + void onintr(int) __dead; + void usage(void) __dead; /* * Set up the initial board. The bottom display row is completely set, @@ -322,7 +322,7 @@ main(argc, argv) void onintr(signo) - int signo __attribute__((__unused__)); + int signo __unused; { scr_clear(); scr_end(); -- cgit v1.2.3