Skip to content
Snippets Groups Projects
Commit 06220895 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

comment added

Rev: src/modules/Perl/perlmod.c:1.17
parent cfcfa52b
No related branches found
No related tags found
No related merge requests found
/* $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 "builtin_functions.h"
#include "global.h" #include "global.h"
...@@ -72,6 +72,8 @@ struct perlmod_storage ...@@ -72,6 +72,8 @@ struct perlmod_storage
/* since both Perl and Pike likes to use "sp" as a stack pointer, /* since both Perl and Pike likes to use "sp" as a stack pointer,
* let's define some Pike macros as functions... * 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_int(INT32 i) { push_int(i);}
static void _push_float(float f) { push_float(f);} static void _push_float(float f) { push_float(f);}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment