From: Nicholas Clark Date: Sun, 14 Dec 2003 20:06:41 +0000 (+0000) Subject: Forgot to remove a comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c4e56907c18bd89d6e626b579617611939bea7d;p=p5sagit%2Fp5-mst-13.2.git Forgot to remove a comment p4raw-id: //depot/perl@21910 --- diff --git a/pp.c b/pp.c index a074cf6..5ebc744 100644 --- a/pp.c +++ b/pp.c @@ -2794,7 +2794,6 @@ PP(pp_int) if (value > (NV)IV_MIN - 0.5) { SETi(I_V(value)); } else { - /* This is maint, and we don't have Perl_ceil in perl.h */ SETn(Perl_ceil(value)); } }