diff options
author | Tim Janik <timj@gtk.org> | 2001-04-03 04:29:58 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-04-03 04:29:58 +0000 |
commit | bb985d72470cf4af5eb8e6e750b2ea3ca94641d7 (patch) | |
tree | 78b5e9073763b168a8ee89ad26cf770a404d1ea9 /gtk/makeenums.pl | |
parent | 461216d45b52280b5d578b1b4c441ff8ba08c53c (diff) | |
download | gtk+-bb985d72470cf4af5eb8e6e750b2ea3ca94641d7.tar.gz |
use more elaborate variable names.
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
variable names.
* gtk/makeenums.pl: touch this so enum files get remade.
Diffstat (limited to 'gtk/makeenums.pl')
-rwxr-xr-x | gtk/makeenums.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makeenums.pl b/gtk/makeenums.pl index 62fb6c19a1..2bdd369397 100755 --- a/gtk/makeenums.pl +++ b/gtk/makeenums.pl @@ -3,7 +3,7 @@ # Information about the current enumeration my $flags; # Is enumeration a bitmask -my $seenbitshift; # Have we seen bitshift operators? +my $seenbitshift; # Have we seen bitshift operators? my $prefix; # Prefix for this enumeration my $enumname; # Name for this enumeration my $firstenum = 1; # Is this the first enumeration in file? |