From: Vincent Pit Date: Fri, 31 Jul 2015 16:16:35 +0000 (-0300) Subject: Replace one remaining STATIC into static X-Git-Tag: v0.15~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=bc16ea8dc7913595c3d1379136877fa6f7e7af2f Replace one remaining STATIC into static --- 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