summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-12-02 17:47:19 +0000
committerSteve Hay <SteveHay@planit.com>2008-12-02 17:47:19 +0000
commit4f5084fafb145bb35b8f361d4dab26b04511700d (patch)
tree0aabfb3ced8f7151ce759a77b678ba9fd7303a0a /embed.fnc
parent83fca67e98dfae0d928a42dd87ba57ec05eeb359 (diff)
downloadperl-4f5084fafb145bb35b8f361d4dab26b04511700d.tar.gz
Silence a compiler warning introduced by 34963
p4raw-id: //depot/perl@34982
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 2ecd5e1400..9b2a2ad134 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -925,7 +925,7 @@ Ap |void |save_sptr |NN SV** sptr
Ap |SV* |save_svref |NN SV** sptr
Ap |void |save_pushptr |NULLOK void *const ptr|const int type
: Used by SAVECOPARYBASE() in op.c
-p |void |save_pushi32ptr|I32 i|NULLOK void *const ptr|const int type
+p |void |save_pushi32ptr|const I32 i|NULLOK void *const ptr|const int type
: Used by SAVESWITCHSTACK() in pp.c
p |void |save_pushptrptr|NULLOK void *const ptr1 \
|NULLOK void *const ptr2|const int type