Browse Source

* Fix bug ID #31540 (again?)

git-svn-id: trunk@35621 -
michael 8 năm trước cách đây
mục cha
commit
cfbf1820e1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/fcl-passrc/src/pscanner.pp

+ 2 - 1
packages/fcl-passrc/src/pscanner.pp

@@ -1330,7 +1330,8 @@ begin
         FCurToken:=tkIdentifier;
         Result:=FCurToken;
         end;
-      Break;
+      if not (FSkipComments or PPIsSkipping) then
+        Break;
       end;
     else
       if not PPIsSkipping then