Browse Source

* fixed compilation with -Sew

Nikolay Nikolov 2 năm trước cách đây
mục cha
commit
1a4b97a62a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;