Quellcode durchsuchen

* Removed inline for methods which are too big.

git-svn-id: trunk@40224 -
yury vor 6 Jahren
Ursprung
Commit
c2c942374d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      compiler/symdef.pas

+ 2 - 2
compiler/symdef.pas

@@ -126,9 +126,9 @@ interface
           { this function can be used to determine whether a def is really a
           { this function can be used to determine whether a def is really a
             generic declaration or just a normal type declared inside another
             generic declaration or just a normal type declared inside another
             generic }
             generic }
-          function is_generic:boolean;inline;
+          function is_generic:boolean;
           { same as above for specializations }
           { same as above for specializations }
-          function is_specialization:boolean;inline;
+          function is_specialization:boolean;
           { registers this def in the unit's deflist; no-op if already registered }
           { registers this def in the unit's deflist; no-op if already registered }
           procedure register_def; override;
           procedure register_def; override;
           { add the def to the top of the symtable stack if it's not yet owned
           { add the def to the top of the symtable stack if it's not yet owned