2007-07-26 Mike Kestner <mkestner@novell.com>
* parser/gapi2xml.pl : beef up error message for signal vm parse. [Fixes #82149] svn path=/trunk/gtk-sharp/; revision=82826
This commit is contained in:
parent
7a7fed4515
commit
eeabe5a15e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-26 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* parser/gapi2xml.pl : beef up error message for signal vm parse.
|
||||
[Fixes #82149]
|
||||
|
||||
2007-07-24 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* bootstrap-2.10 : bump version and tag 2.10.2.
|
||||
|
|
|
@ -979,7 +979,7 @@ sub addSignalElem
|
|||
}
|
||||
$class =~ s/;\s*(\/\*< (public|protected|private) >\s*\*\/)?(G_CONST_RETURN\s+)?\w+\s*\**\s*\(\s*\*\s*$method\)\s*\(.*?\);/;/;
|
||||
} else {
|
||||
die "$method $class";
|
||||
die "ERROR: Failed to parse method $method from class definition:\n$class";
|
||||
}
|
||||
|
||||
return $class;
|
||||
|
|
Loading…
Reference in a new issue