ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/genconst
(Generate patch)

Comparing deliantra/server/server/genconst (file contents):
Revision 1.3 by root, Thu Apr 8 19:31:22 2010 UTC vs.
Revision 1.4 by root, Thu Nov 17 23:28:05 2016 UTC

31 } 31 }
32 } 32 }
33 } 33 }
34} 34}
35 35
36open my $fh, ">", "const_iv.h~"
37 or die "const_iv.h~: $!";
38for (sort keys %const_iv) { 36for (sort keys %const_iv) {
39 print $fh "const_iv($_)\n"; 37 print "const_iv($_)\n";
40} 38}
41close $fh;
42rename "const_iv.h~", "const_iv.h";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines