From: Vincent Pit Date: Sat, 2 Jan 2010 23:30:55 +0000 (+0100) Subject: Add the missing return type to lt_setup() X-Git-Tag: v0.09~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=a7eb9184fdf28bcad8e1955399eec5ca3284bac3 Add the missing return type to lt_setup() --- diff --git a/Types.xs b/Types.xs index 47f8222..4883ea1 100644 --- 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;