Browse Source

* new(...)^. is now allowed

florian 26 years ago
parent
commit
ab66749e27
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/pexpr.pas

+ 5 - 1
compiler/pexpr.pas

@@ -1612,6 +1612,7 @@ unit pexpr;
                     p1^.resulttype:=pd2;
                     p1^.resulttype:=pd2;
                     consume(_RKLAMMER);
                     consume(_RKLAMMER);
                   end;
                   end;
+                  postfixoperators;
                end;
                end;
        _SELF : begin
        _SELF : begin
                  again:=true;
                  again:=true;
@@ -2061,7 +2062,10 @@ _LECKKLAMMER : begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.131  1999-08-04 13:02:55  jonas
+  Revision 1.132  1999-08-04 13:49:45  florian
+    * new(...)^. is now allowed
+
+  Revision 1.131  1999/08/04 13:02:55  jonas
     * all tokens now start with an underscore
     * all tokens now start with an underscore
     * PowerPC compiles!!
     * PowerPC compiles!!