[fpc-devel] Apache header translation Patch

Marco van de Voort marcov at stack.nl
Mon Nov 12 11:13:28 CET 2007


> > double pointer to char in C). I was indeed wrong about the varargs
> > stuff I said earlier, for some reason I had read "array of pchar" as
> > "array of const".
> Ok, Thanks.
> 
> By the way, h2pas should also be corrected, because it translates
>   <code langage=c>
>     void f(int a, char* p[]);
>   </code>
> 
> to
>   <code langage=pascal>
>     procedure f(a:longint; p:array of pchar);cdecl;external;
>   </code>

Please file a bug report with examples, so that it doesn't get forgotten.



More information about the fpc-devel mailing list