On 22 Sep 2008, at 19:21, Mark Morgan Lloyd wrote:

Referring again to gdbint.pp I see this:

{ 6.5.x }
{$ifdef GDB_V605}
{$endif def GDB_V605}

{ 6.6.x }
{$ifdef GDB_V606}
{$endif def GDB_V605}

{ 6.7.x }
{$ifdef GDB_V607}
{$endif def GDB_V605}

Am I correct in assuming that the text after the $endif is purely documentary, or is it used somewhere in the build process?

It is purely documentary and entirely ignored by the compiler. I can't help with the libgdb stuff though.


Jonas
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to