]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Add the missing return type to lt_setup()
authorVincent Pit <vince@profvince.com>
Sat, 2 Jan 2010 23:30:55 +0000 (00:30 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 2 Jan 2010 23:30:55 +0000 (00:30 +0100)
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;