]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Replace one remaining STATIC into static
authorVincent Pit <vince@profvince.com>
Fri, 31 Jul 2015 16:16:35 +0000 (13:16 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 31 Jul 2015 16:16:35 +0000 (13:16 -0300)
Types.xs

index 1b9aee0686e2d4385cc58a9dc88aedb1114e1169..ab010ab50d4f80bc2a68fe09272b09bbc747cd98 100644 (file)
--- a/Types.xs
+++ b/Types.xs
@@ -86,7 +86,7 @@
 # undef  MY_CXT
 # define MY_CXT       lt_globaldata
 # undef  START_MY_CXT
 # 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
 # undef  MY_CXT_INIT
 # define MY_CXT_INIT  NOOP
 # undef  MY_CXT_CLONE