]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Remove one extra STATIC
authorVincent Pit <perl@profvince.com>
Wed, 4 Nov 2015 16:43:52 +0000 (14:43 -0200)
committerVincent Pit <perl@profvince.com>
Wed, 4 Nov 2015 23:57:56 +0000 (21:57 -0200)
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;
 
  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;
 
  if (!SvROK(code))
   return NULL;