Browse Source

fcl-passrc: parser: nested specialize: parse shr as two gt

git-svn-id: trunk@36218 -
Mattias Gaertner 8 years ago
parent
commit
76331eef75
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/fcl-passrc/src/pparser.pp

+ 3 - 3
packages/fcl-passrc/src/pparser.pp

@@ -926,12 +926,12 @@ begin
     begin
     // change current token '>>' into two '>'
     FTokenBuffer[0]:=tkGreaterThan;
-    FTokenStringBuffer[0]:='<';
+    FTokenStringBuffer[0]:='>';
     FTokenBuffer[1]:=tkGreaterThan;
-    FTokenStringBuffer[1]:='<';
+    FTokenStringBuffer[1]:='>';
     FCommentsBuffer[0].Clear;
     FCurToken:=tkGreaterThan;
-    FCurTokenString:='<';
+    FCurTokenString:='>';
     FTokenBufferIndex:=1;
     end
   else