瀏覽代碼

* added missing addoptn

peter 24 年之前
父節點
當前提交
00a1168246
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      compiler/node.pas

+ 5 - 1
compiler/node.pas

@@ -118,6 +118,7 @@ interface
           arrayconstructorn, {Construction node for [...] parsing}
           arrayconstructorn, {Construction node for [...] parsing}
           arrayconstructorrangen, {Range element to allow sets in array construction tree}
           arrayconstructorrangen, {Range element to allow sets in array construction tree}
           { added for optimizations where we cannot suppress }
           { added for optimizations where we cannot suppress }
+          addoptn,
           nothingn,
           nothingn,
           loadvmtn
           loadvmtn
        );
        );
@@ -829,7 +830,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.12  2001-01-01 11:38:45  peter
+  Revision 1.13  2001-01-13 00:08:09  peter
+    * added missing addoptn
+
+  Revision 1.12  2001/01/01 11:38:45  peter
     * forgot to remove node.inc and nodeh.inc that were merged into node.pas
     * forgot to remove node.inc and nodeh.inc that were merged into node.pas
       already.
       already.