Procházet zdrojové kódy

+ pointerconstn is also a constant node

git-svn-id: trunk@26305 -
florian před 11 roky
rodič
revize
880201e56c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/node.pas

+ 1 - 1
compiler/node.pas

@@ -659,7 +659,7 @@ implementation
 
     function is_constnode(p : tnode) : boolean;
       begin
-        is_constnode:=(p.nodetype in [niln,ordconstn,realconstn,stringconstn,setconstn,guidconstn]);
+        is_constnode:=(p.nodetype in [niln,ordconstn,realconstn,stringconstn,setconstn,pointerconstn,guidconstn]);
       end;