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 ) --- sail/extern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sail') diff --git a/sail/extern.h b/sail/extern.h index c35ea7c8..935ec48c 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.7 1998/07/25 10:52:14 hubertf Exp $ */ +/* $NetBSD: extern.h,v 1.8 1998/09/13 15:27:30 hubertf Exp $ */ /* * Copyright (c) 1983, 1993 @@ -367,8 +367,8 @@ int boarding __P((struct ship *, int)); void unboard __P((struct ship *, struct ship *, int)); /* pl_1.c */ -void leave __P((int)); -void choke __P((int)); +void leave __P((int)) __attribute__((__noreturn__)); +void choke __P((int)) __attribute__((__noreturn__)); void child __P((int)); /* pl_2.c */ -- cgit v1.2.3