From: Vincent Pit Date: Wed, 4 Nov 2015 16:43:52 +0000 (-0200) Subject: Remove one extra STATIC X-Git-Tag: v0.11~14 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=ba92a5781ed7ee39a62fb0490e291a52b97e69a9 Remove one extra STATIC --- diff --git a/Plugin.xs b/Plugin.xs index d19fc46..cc90e2b 100644 --- a/Plugin.xs +++ b/Plugin.xs @@ -20,7 +20,7 @@ typedef struct { SV *exec; } xsh_hints_user_t; -STATIC SV *rep_validate_callback(SV *code) { +static SV *rep_validate_callback(SV *code) { if (!SvROK(code)) return NULL;