mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* unresolved forward declarations stopping the build with -dDEBUG left just as comments
git-svn-id: trunk@2685 -
This commit is contained in:
parent
3114cbe049
commit
e8a2e42975
@ -234,10 +234,10 @@ interface
|
||||
procedure undef_system_macro(const name : string);
|
||||
|
||||
{*** symtable stack ***}
|
||||
{$ifdef DEBUG}
|
||||
{ $ifdef DEBUG
|
||||
procedure test_symtablestack;
|
||||
procedure list_symtablestack;
|
||||
{$endif DEBUG}
|
||||
$endif DEBUG}
|
||||
|
||||
{$ifdef UNITALIASES}
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user