]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.xs
Remove one extra STATIC
[perl/modules/re-engine-Plugin.git] / Plugin.xs
index d19fc465f31af2b55c40028725d9db82f2b6dd14..cc90e2b16d5c559aa9e4accf95c1c9c3a84ee019 100644 (file)
--- 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;