ソースを参照

* part of r20140, forgot to commit

git-svn-id: trunk@20145 -
Jonas Maebe 13 年 前
コミット
eedb5c89de
1 ファイル変更3 行追加2 行削除
  1. 3 2
      compiler/node.pas

+ 3 - 2
compiler/node.pas

@@ -212,6 +212,7 @@ interface
          nf_is_funcret,
          nf_isproperty,
          nf_processing,
+         nf_no_lvalue,   { Node cannot be assigned to }
 
          { taddrnode }
          nf_typedaddr,
@@ -260,8 +261,8 @@ interface
          { tloadvmtaddrnode }
          nf_ignore_for_wpo  { we know that this loadvmtaddrnode cannot be used to construct a class instance }
 
-         { WARNING: there are now 32 elements in this type, and a set of this
-             type is written to the PPU. So before adding any more elements,
+         { WARNING: there are now 31 elements in this type, and a set of this
+             type is written to the PPU. So before adding more than 32 elements,
              either move some flags to specific nodes, or stream a normalset
              to the ppu
          }