diff options
author | Steve Hay <SteveHay@planit.com> | 2008-12-02 17:47:19 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-12-02 17:47:19 +0000 |
commit | 4f5084fafb145bb35b8f361d4dab26b04511700d (patch) | |
tree | 0aabfb3ced8f7151ce759a77b678ba9fd7303a0a /embed.fnc | |
parent | 83fca67e98dfae0d928a42dd87ba57ec05eeb359 (diff) | |
download | perl-4f5084fafb145bb35b8f361d4dab26b04511700d.tar.gz |
Silence a compiler warning introduced by 34963
p4raw-id: //depot/perl@34982
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |