X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=sub_op.h;h=34d557192aaf899e532c34b1b5ef721a9725f3d8;hp=5dbb320b3618aa8f31e660076cd114ebe3b7eeb5;hb=159088ccddecdea45fdae8093319b41c097adc86;hpb=b9c3a456f75424383f35cb83000965d76e56d4ed diff --git a/sub_op.h b/sub_op.h index 5dbb320..34d5571 100644 --- a/sub_op.h +++ b/sub_op.h @@ -14,6 +14,8 @@ typedef struct { void *ud; } sub_op_config_t; +#define SUB_OP_REGISTER_STEAL 1 + void sub_op_init (sub_op_config_t *c); void sub_op_register(pTHX_ const sub_op_config_t *c, U32 flags); sub_op_config_t *sub_op_dup (pTHX_ const sub_op_config_t *c);