Given the module:
@system:
int x = 1;
The generated header is:
{
int x = 1;
}
Patch included.
Comment #1 by braddr — 2010-06-05T13:00:25Z
Created attachment 653
Update the header generation to include missing @system and enum attributes
There's likely other attributes that are missing. I was focused on fixing the two cases that Sean found.
Also fixes issue 4262.
Comment #2 by sean — 2010-06-05T14:25:31Z
Created attachment 654
patch
This is a patch that should fix both 4262 and 4263.