]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - Types.xs
Replace one remaining STATIC into static
[perl/modules/Lexical-Types.git] / 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
-# 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