From 0dbb1585a715e56312e579a5f0e7f82241b38352 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Thu, 19 May 2005 07:32:56 -0500 Subject: Attribute configuration Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508 --- op.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'op.c') diff --git a/op.c b/op.c index 5f36c57133..dc70613cca 100644 --- a/op.c +++ b/op.c @@ -4899,11 +4899,7 @@ Perl_oopsCV(pTHX_ OP *o) Perl_croak(aTHX_ "NOT IMPL LINE %d",__LINE__); /* STUB */ (void)o; -#ifndef HASATTRIBUTE_NORETURN - /* No __attribute__((noreturn)), so the compiler doesn't know that - * croak never returns. */ - return 0; -#endif + NORETURN_FUNCTION_END; } OP * -- cgit v1.2.1