it's actually an integer index wedged into a pointer. (To fit within
the existing save stack API.)
p4raw-id: //depot/perl@33276
s |int |magic_methpack |NN SV *sv|NN const MAGIC *mg|NN const char *meth
s |int |magic_methcall |NN SV *sv|NN const MAGIC *mg|NN const char *meth|I32 f \
|int n|NULLOK SV *val
-s |void |restore_magic |NN const void *p
+s |void |restore_magic |NULLOK const void *p
s |void |unwind_handler_stack|NN const void *p
#endif
__attribute__nonnull__(pTHX_2)
__attribute__nonnull__(pTHX_3);
-STATIC void S_restore_magic(pTHX_ const void *p)
- __attribute__nonnull__(pTHX_1);
-
+STATIC void S_restore_magic(pTHX_ const void *p);
STATIC void S_unwind_handler_stack(pTHX_ const void *p)
__attribute__nonnull__(pTHX_1);