浏览代码

* fixed compilation with -Sew

Nikolay Nikolov 2 年之前
父节点
当前提交
1a4b97a62a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/symcreat.pas

+ 2 - 0
compiler/symcreat.pas

@@ -898,6 +898,8 @@ implementation
                   str:=str+'const ';
                 vs_value:
                   ;
+                else
+                  internalerror(2023061108);
               end;
 
               str:=str+currpara.realname;