summaryrefslogtreecommitdiff
path: root/minimod.pl
diff options
context:
space:
mode:
Diffstat (limited to 'minimod.pl')
-rw-r--r--minimod.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimod.pl b/minimod.pl
index a5bd172204..a59b7f202b 100644
--- a/minimod.pl
+++ b/minimod.pl
@@ -71,7 +71,7 @@ sub writemain{
my ($tail1,$tail2,$tail3) = ( $tail =~ /\A(.*{\s*\n)(.*\n)(\s*\}.*)\Z/s );
print $tail1;
- print "\tconst char file[] = __FILE__;\n";
+ print "\tstatic const char file[] = __FILE__;\n";
print "\tdXSUB_SYS;\n" if $] > 5.002;
print $tail2;