
2 Apr
2009
2 Apr
'09
7:03 a.m.
On Thu, 2009-04-02 at 12:09 +0200, Benedikt Huber wrote:
On 02.04.2009, at 11:34, Duncan Coutts wrote:
So the first job would be for Language.C to keep the __attribute__'s in > the abstract syntax tree. They already get parsed, but at least last time I looked they were not entered into the AST.
language.c records attributes already :) (implemented during SoC last year).
Excellent. :-)
Right, it is easy to check whether the "stdcall" attribute is present. Is the current language.c support sufficient for implementing this request ?
Sounds like it is, great! :-) Duncan