From 1bd61fb54c34405648439ff594fd701b27dbc4fa Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 25 May 2009 04:33:53 +0000 Subject: ANSIfy function declarations. Some object file diffs, but they are harmless. (Mostly they seem to come from internal counters in gcc... and in one case the order of two instructions was harmlessly swapped, which is odd and annoying.) --- tetris/tetris.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tetris/tetris.h') diff --git a/tetris/tetris.h b/tetris/tetris.h index 6b3664ba..35a70a3c 100644 --- a/tetris/tetris.h +++ b/tetris/tetris.h @@ -1,4 +1,4 @@ -/* $NetBSD: tetris.h,v 1.10 2004/01/27 20:30:30 jsm Exp $ */ +/* $NetBSD: tetris.h,v 1.11 2009/05/25 04:33:53 dholland Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -171,4 +171,4 @@ extern int showpreview; int fits_in(const struct shape *, int); void place(const struct shape *, int, int); -void stop(const char *) __attribute__((__noreturn__)); +void stop(const char *) __dead; -- cgit v1.2.3