[fpc-devel] Apache header translation Patch
Inoussa OUEDRAOGO
inoussa12 at gmail.com
Mon Nov 12 11:37:54 CET 2007
done : http://www.freepascal.org/mantis/view.php?id=10156
2007/11/12, Marco van de Voort <marcov at stack.nl>:
> > > 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.
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
>
--
Inoussa O.
More information about the fpc-devel
mailing list