X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=Types.xs;fp=Types.xs;h=ab010ab50d4f80bc2a68fe09272b09bbc747cd98;hp=1b9aee0686e2d4385cc58a9dc88aedb1114e1169;hb=bc16ea8dc7913595c3d1379136877fa6f7e7af2f;hpb=ddde33cb0654c5f7c44e321cf020059908f64ea8 diff --git a/Types.xs b/Types.xs index 1b9aee0..ab010ab 100644 --- a/Types.xs +++ b/Types.xs @@ -86,7 +86,7 @@ # undef MY_CXT # define MY_CXT lt_globaldata # undef START_MY_CXT -# define START_MY_CXT STATIC my_cxt_t MY_CXT; +# define START_MY_CXT static my_cxt_t MY_CXT; # undef MY_CXT_INIT # define MY_CXT_INIT NOOP # undef MY_CXT_CLONE