Make INTERFACE determined properties readable in generator expressions.

The properties are evaluated as link-dependent interface properties when
evaluating the generator expressions.
This commit is contained in:
Stephen Kelly
2013-01-19 11:21:14 +01:00
parent d9afacced3
commit e98799105b
27 changed files with 218 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
int main(int argc, char **argv)
{
return 0;
}