Преглед на файлове

* Removed inline, since inherited is not supported.

git-svn-id: trunk@41458 -
yury преди 6 години
родител
ревизия
9f88cae771
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      compiler/cclasses.pas

+ 2 - 2
compiler/cclasses.pas

@@ -422,9 +422,9 @@ type
           { true if string is in the container }
           { true if string is in the container }
           function Find(const s:TCmdStr):TCmdStrListItem;
           function Find(const s:TCmdStr):TCmdStrListItem;
           { inserts an item }
           { inserts an item }
-          procedure InsertItem(item:TCmdStrListItem); {$ifdef CCLASSESINLINE}inline;{$endif}
+          procedure InsertItem(item:TCmdStrListItem);
           { concats an item }
           { concats an item }
-          procedure ConcatItem(item:TCmdStrListItem); {$ifdef CCLASSESINLINE}inline;{$endif}
+          procedure ConcatItem(item:TCmdStrListItem);
           property Doubles:boolean read FDoubles write FDoubles;
           property Doubles:boolean read FDoubles write FDoubles;
        end;
        end;