2007-12-03 Mark Probst <mark.probst@gmail.com>

* generator/SymbolTable.cs: Added "where" to the list of mangled
	names.

svn path=/trunk/gtk-sharp/; revision=90559
This commit is contained in:
Mark Probst 2007-12-03 17:08:03 +00:00
parent ff2836315e
commit e1fd1b014c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-12-03 Mark Probst <mark.probst@gmail.com>
* generator/SymbolTable.cs: Added "where" to the list of mangled
names.
2007-11-29 Mike Kestner <mkestner@novell.com>
* parser/gapi_pp.pl: collapse embedded multiline function fields

View File

@ -381,6 +381,8 @@ namespace GtkSharp.Generation {
return "iface";
case "internal":
return "_internal";
case "where":
return "wh3r3";
default:
break;
}