[fpc-pascal] Common OpenMP syntax?

Marco van de Voort marcov at stack.nl
Fri Jul 21 12:31:41 CEST 2006


> Marco van de Voort wrote:
> >>> new keywords.
> >> Other compilers will give you warnings about illegal compiler directives.
> > 
> > Bad assumption, the only one that matters, Delphi errors on unknown compiler directives. So
> > you will have to ifdef anyway. (tested D6)
> 
> Does Delphi support FPC style macros? In that case, perhaps as sort of 
> include file to map "cobegin" or whatever to normal ones ...

No. There is not much that can be done about this. Except postprocessing FPC
source and stripping out paralel syntax. Be it directives or keywords.

 



More information about the fpc-pascal mailing list