Browse Source

* fixed compilation with -Sew

Nikolay Nikolov 2 years ago
parent
commit
1a4b97a62a
1 changed files with 2 additions and 0 deletions
  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;