mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
glib-mkenums: fix variable declaration
Inconsequential, just sync up declaration with actual name of variable to avoid confusion. https://bugzilla.gnome.org/show_bug.cgi?id=770175
This commit is contained in:
@@ -28,7 +28,7 @@ my $firstenum = 1; # Is this the first enumeration per file?
|
|||||||
my @entries; # [ $name, $val ] for each entry
|
my @entries; # [ $name, $val ] for each entry
|
||||||
my $sandbox = Safe->new; # sandbox for safe evaluation of expressions
|
my $sandbox = Safe->new; # sandbox for safe evaluation of expressions
|
||||||
|
|
||||||
my $output_file; # Filename to write result into
|
my $output; # Filename to write result into
|
||||||
|
|
||||||
sub parse_trigraph {
|
sub parse_trigraph {
|
||||||
my $opts = shift;
|
my $opts = shift;
|
||||||
|
Reference in New Issue
Block a user