We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdc656 commit eb8c4adCopy full SHA for eb8c4ad
scope.h
@@ -163,7 +163,6 @@ scope has the given name. C<name> must be a literal string.
163
#define SAVEI32(i) save_I32((I32*)&(i))
164
#define SAVEINT(i) save_int((int*)&(i))
165
#define SAVEIV(i) save_iv((IV*)&(i))
166
-#define SAVELONG(l) save_long((long*)&(l))
167
#define SAVESTRLEN(l) Perl_save_strlen(aTHX_ (STRLEN*)&(l))
168
#define SAVEBOOL(b) save_bool(&(b))
169
#define SAVESPTR(s) save_sptr((SV**)&(s))
0 commit comments