Forgot to remove a comment
Nicholas Clark [Sun, 14 Dec 2003 20:06:41 +0000 (20:06 +0000)]
p4raw-id: //depot/perl@21910

pp.c

diff --git a/pp.c b/pp.c
index a074cf6..5ebc744 100644 (file)
--- 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));
              }
          }