From a2515e35506e73e8f6422799dea7f4834cd0f558 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 13 Sep 1998 15:27:25 +0000 Subject: mark non-returning functions (PR#6144 by Joseph Myers ) --- backgammon/teachgammon/tutor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backgammon/teachgammon/tutor.h') diff --git a/backgammon/teachgammon/tutor.h b/backgammon/teachgammon/tutor.h index caf40e38..b709d075 100644 --- a/backgammon/teachgammon/tutor.h +++ b/backgammon/teachgammon/tutor.h @@ -1,4 +1,4 @@ -/* $NetBSD: tutor.h,v 1.4 1997/10/10 08:59:55 lukem Exp $ */ +/* $NetBSD: tutor.h,v 1.5 1998/09/13 15:27:26 hubertf Exp $ */ /* * Copyright (c) 1980, 1993 @@ -68,5 +68,5 @@ extern struct situatn test[]; int brdeq __P((int *, int *)); void clrest __P((void)); -void leave __P((void)); -void tutor __P((void)); +void leave __P((void)) __attribute__((__noreturn__)); +void tutor __P((void)) __attribute__((__noreturn__)); -- cgit v1.2.3