[redland-dev] Building Redland 0.9.17 on WinXP w/full Cygwin
install
Jasper van de Gronde
th.v.d.gronde at hccnet.nl
Tue May 25 10:27:43 BST 2004
Small correction below:
Jasper van de Gronde wrote:
> Dave Beckett wrote:
>> On Mon, 24 May 2004, Jasper van de Gronde wrote:
>>> * raptor_general.c: Added a const to the first parameter of
>>> raptor_print_statement.
>>
>> Hmm? It already has that:
>> raptor_print_statement(const raptor_statement * statement, FILE *stream)
>
> Yes, but in the header it says:
> raptor_print_statement(const raptor_statement const * statement, FILE
> *stream)
> It only generated a warning.
That should have been:
raptor_print_statement(const raptor_statement * const statement, FILE
*stream)
More information about the redland-dev
mailing list