Parcourir la source

Merged revisions 909 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@910 -

Jonas Maebe il y a 20 ans
Parent
commit
3c4089fca0
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      compiler/ncon.pas

+ 0 - 8
compiler/ncon.pas

@@ -155,11 +155,7 @@ interface
     function genenumnode(v : tenumsym) : tordconstnode;
     function genenumnode(v : tenumsym) : tordconstnode;
 
 
     { some helper routines }
     { some helper routines }
-{$ifdef INT64FUNCRESOK}
     function get_ordinal_value(p : tnode) : TConstExprInt;
     function get_ordinal_value(p : tnode) : TConstExprInt;
-{$else INT64FUNCRESOK}
-    function get_ordinal_value(p : tnode) : longint;
-{$endif INT64FUNCRESOK}
     function is_constresourcestringnode(p : tnode) : boolean;
     function is_constresourcestringnode(p : tnode) : boolean;
     function str_length(p : tnode) : longint;
     function str_length(p : tnode) : longint;
     function is_emptyset(p : tnode):boolean;
     function is_emptyset(p : tnode):boolean;
@@ -192,11 +188,7 @@ implementation
       end;
       end;
 
 
 
 
-{$ifdef INT64FUNCRESOK}
     function get_ordinal_value(p : tnode) : TConstExprInt;
     function get_ordinal_value(p : tnode) : TConstExprInt;
-{$else INT64FUNCRESOK}
-    function get_ordinal_value(p : tnode) : longint;
-{$endif INT64FUNCRESOK}
       begin
       begin
         get_ordinal_value:=0;
         get_ordinal_value:=0;
         if is_constnode(p) then
         if is_constnode(p) then