From 238623a0204c90e8d61dbde7b3b499a5036f2e5d Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sat, 14 Feb 2004 21:53:31 +0000 Subject: Import sendmail 8.12.11 --- contrib/sendmail/include/sm/cdefs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib/sendmail/include/sm/cdefs.h') diff --git a/contrib/sendmail/include/sm/cdefs.h b/contrib/sendmail/include/sm/cdefs.h index bb5e4c1..7b06e79 100644 --- a/contrib/sendmail/include/sm/cdefs.h +++ b/contrib/sendmail/include/sm/cdefs.h @@ -6,7 +6,7 @@ * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * - * $Id: cdefs.h,v 1.15 2002/01/16 18:30:11 ca Exp $ + * $Id: cdefs.h,v 1.15.2.1 2003/12/05 22:44:17 ca Exp $ */ /* @@ -67,11 +67,14 @@ # if __GNUC__ >= 2 # if __GNUC__ == 2 && __GNUC_MINOR__ < 5 # define SM_DEAD(proto) volatile proto +# define SM_DEAD_D volatile # else /* __GNUC__ == 2 && __GNUC_MINOR__ < 5 */ # define SM_DEAD(proto) proto __attribute__((__noreturn__)) +# define SM_DEAD_D # endif /* __GNUC__ == 2 && __GNUC_MINOR__ < 5 */ # else /* __GNUC__ >= 2 */ # define SM_DEAD(proto) proto +# define SM_DEAD_D # endif /* __GNUC__ >= 2 */ # endif /* SM_DEAD */ -- cgit v1.1