]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - Types.xs
Add the missing return type to lt_setup()
[perl/modules/Lexical-Types.git] / Types.xs
index 47f822274b0e001167923041bd8bc0cf4d8fbeda..4883ea19335aca4be9652d20c6d513d728455c30 100644 (file)
--- a/Types.xs
+++ b/Types.xs
@@ -669,7 +669,7 @@ STATIC void lt_teardown(pTHX_ void *root) {
  lt_initialized = 0;
 }
 
-STATIC lt_setup(pTHX) {
+STATIC void lt_setup(pTHX) {
 #define lt_setup() lt_setup(aTHX)
  if (lt_initialized)
   return;