On 12/25/2015 03:34 AM, Claudio Valderrama C. wrote:
> Hello, in fb_get_master_interface.pas I see:
>
> ===begin file
>       function fb_get_master_interface : IMaster; cdecl; external
> 'fbclient';
>
> const
> ===end file
>
> This "const" seems spurious. Didn't try to search where it comes from.
>

The answer is 'where does it go to'. This file is inserted by cloop into 
final Firebird.pas (i.e. it's definitely not a compilable pascal file), 
but before it a long list of constants (DPB/SPB tags and error codes) 
are appended to it at build time. I.e. this const is the beginning of 
const section of Firebird.pas.



------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to