[fpc-pascal] svn_types.inc(432,73) Error: ; expected, but psvn_error_t found
ik
idokan at gmail.com
Sat Mar 8 17:54:36 CET 2008
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 ?
Thanks,
Ido
--
http://ik.homelinux.org/
More information about the fpc-pascal
mailing list