[fpc-devel]Version 1.0.6 Prerelease is out !
Jonas Maebe
jonas at zeus.rug.ac.be
Thu Apr 4 18:52:42 CEST 2002
On donderdag, april 4, 2002, at 06:39 , Klaus Hartnegg wrote:
> this does not compile (incorrect error "duplicate identifier")
> var
> i : byte;
> {$IFDEF DEBUG}
> i : word;
> {$ENDIF}
> begin
> writeln ('hello, world!');
> end.
Are you sure you don't have the IDE setup for the debugging target? If
you do that, apart from using the -gl and some other comand line
switches, it defines the symbol "debug".
Jonas
More information about the fpc-devel
mailing list