Browse Source

Fix compilation ofrtl/nds/classes.pp unit

Pierre Muller 3 years ago
parent
commit
41dbedfe22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/nds/classes.pp

+ 1 - 0
rtl/nds/classes.pp

@@ -15,6 +15,7 @@
  **********************************************************************}
 
 {$mode objfpc}
+{$IF FPC_FULLVERSION>=30301}
 {$modeswitch FUNCTIONREFERENCES}
 {$define FPC_HAS_REFERENCE_PROCEDURE}
 {$endif}