X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.xs;fp=Plugin.xs;h=cc90e2b16d5c559aa9e4accf95c1c9c3a84ee019;hp=d19fc465f31af2b55c40028725d9db82f2b6dd14;hb=ba92a5781ed7ee39a62fb0490e291a52b97e69a9;hpb=6b8ce1141d972f101e613b2b22e3a3673111f85a 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;