add static modifier to piclib sources
This commit is contained in:
parent
8388e8ed33
commit
dfc33c4f11
|
@ -10,7 +10,7 @@ EOL
|
||||||
|
|
||||||
foreach my $file (@ARGV) {
|
foreach my $file (@ARGV) {
|
||||||
my $var = &escape_v($file);
|
my $var = &escape_v($file);
|
||||||
print "const char *$var =\n";
|
print "static const char *$var =\n";
|
||||||
|
|
||||||
open IN, $file;
|
open IN, $file;
|
||||||
while (<IN>) {
|
while (<IN>) {
|
||||||
|
|
Loading…
Reference in New Issue