]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - Types.xs
Remove one extraneous line feed
[perl/modules/Lexical-Types.git] / Types.xs
index 1b9aee0686e2d4385cc58a9dc88aedb1114e1169..eee8b5ca6e0629d3d13c958c8c18baaa836fbf3e 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
@@ -951,7 +951,6 @@ static void lt_peep(pTHX_ OP *o) {
 
 /* --- Interpreter setup/teardown ------------------------------------------ */
 
-
 static U32 lt_initialized = 0;
 
 static void lt_teardown(pTHX_ void *root) {