From 0622089548f612c7bce0d04f2313e9859635e2b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 6 Jul 2000 19:44:07 -0700
Subject: [PATCH] comment added

Rev: src/modules/Perl/perlmod.c:1.17
---
 src/modules/Perl/perlmod.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/modules/Perl/perlmod.c b/src/modules/Perl/perlmod.c
index f7d082d1d0..b4043b4272 100644
--- a/src/modules/Perl/perlmod.c
+++ b/src/modules/Perl/perlmod.c
@@ -1,4 +1,4 @@
-/* $Id: perlmod.c,v 1.16 2000/05/16 12:38:54 leif Exp $ */
+/* $Id: perlmod.c,v 1.17 2000/07/07 02:44:07 hubbe Exp $ */
 
 #include "builtin_functions.h"
 #include "global.h"
@@ -72,6 +72,8 @@ struct perlmod_storage
 
 /* since both Perl and Pike likes to use "sp" as a stack pointer,
  * let's define some Pike macros as functions...
+ *
+ * Hubbe: Not true anymore, we should really define NO_PIKE_SHORTHAND
  */
 static void _push_int(INT32 i) { push_int(i);}
 static void _push_float(float f) { push_float(f);}
-- 
GitLab