[fpc-pascal] svn_types.inc(432,73) Error: ; expected, but psvn_error_t found

Michael Van Canneyt michael at freepascal.org
Sun Mar 9 11:05:17 CET 2008



On Sat, 8 Mar 2008, ik wrote:

> Hello,
> 
> I have the following code:
> 
> type
>  psvn_log_message_receiver_t = ^svn_log_message_receiver_t;
>  svn_log_message_receiver_t  = function (baton         : pointer;
>                                          changed_paths : papr_hash_t;
>                                          revision      : svn_revnum_t;
>                                          author        : PChar;
>                                          date          : PChar;
>                                          message       : PChar;
>                                          pool          : Papr_pool_t)
> : psvn_error_t;
> 
> The compiler (FPC v2.2.0) gives me the subject's message, but I can't
> figure out what is wrong.
> Can anyone here see what am I missing/doing wrong here ?

Works fine here with 2.2.0 ?

Michael.



More information about the fpc-pascal mailing list