Bart via fpc-pascal schrieb am So., 23.
Jan. 2022, 21:43:
> On Sun, Jan 23, 2022 at 6:12 PM Rainer Stratmann via fpc-pascal
> wrote:
>
> > // making only one procedure bugtest public in the interface section
> > // makes all other bugtest procedures public as well!
> > // Lazarus 2.0.0+dfsg-2
>
On Sun, Jan 23, 2022 at 6:12 PM Rainer Stratmann via fpc-pascal
wrote:
> // making only one procedure bugtest public in the interface section
> // makes all other bugtest procedures public as well!
> // Lazarus 2.0.0+dfsg-2
> // FPC-Version: 3.0.4
> // OS: Linux Debian 32 Bit
Not so in fpc 3.2.2
// making only one procedure bugtest public in the interface section
// makes all other bugtest procedures public as well!
// Lazarus 2.0.0+dfsg-2
// FPC-Version: 3.0.4
// OS: Linux Debian 32 Bit
unit test;
interface
procedure bugtest( p1 : longint );
implementation
procedure bugtest( p1 : lon