mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Really fix #314890.
2005-10-03 Matthias Clasen <mclasen@redhat.com> * glib-mkenums.in: Really fix #314890.
This commit is contained in:
parent
c83e2b3349
commit
12e2c276b5
@ -1,3 +1,7 @@
|
||||
2005-10-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib-mkenums.in: Really fix #314890.
|
||||
|
||||
2005-09-28 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtype.h (G_IMPLEMENT_INTERFACE): revert last change, it breaks
|
||||
|
@ -267,7 +267,7 @@ while (<>) {
|
||||
(?:/\*<
|
||||
(([^*]|\*(?!/))*)
|
||||
>\s*\*/)?
|
||||
({)?
|
||||
\s*({)?
|
||||
@x) {
|
||||
if (defined $2) {
|
||||
my %options = parse_trigraph ($2);
|
||||
@ -281,7 +281,7 @@ while (<>) {
|
||||
$option_lowercase_name = undef;
|
||||
}
|
||||
# Didn't have trailing '{' look on next lines
|
||||
if (!defined $1 && !defined $3) {
|
||||
if (!defined $1 && !defined $4) {
|
||||
while (<>) {
|
||||
if (s/^\s*\{//) {
|
||||
last;
|
||||
|
Loading…
Reference in New Issue
Block a user