[fpc-pascal] Translate C to Pascal

Marc Weustink marc at dommelstein.net
Tue Aug 12 01:35:01 CEST 2008


Micha Nelissen wrote:
> Mattias Gärtner wrote:
>> How to translate this:
>>
>> struct a;
> 
> Isn't this a forward declaration? So sometime later it needs to declare
> 'struct a { ... };' ?

If not, can't it be translated as:

   a: record end;

?

Marc (not a Cist)





More information about the fpc-pascal mailing list