浏览代码

* Patch from Michalis Kamburelis to fix scanning of $ELSE (bug ID 31007)

git-svn-id: trunk@34965 -
michael 8 年之前
父节点
当前提交
629d8277da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/ppdep.pp

+ 1 - 1
utils/ppdep.pp

@@ -344,7 +344,7 @@ begin
                         hs^:='';
                       end
                     else
-                     if (Copy(hs^,2,6)='$ELSE') then
+                     if (Copy(hs^,2,5)='$ELSE') then
                       begin
                         skip[level]:=skip[level-1] or (not skip[level]);
                         hs^:='';