Sfoglia il codice sorgente

* fixed compilation with -Sew

Nikolay Nikolov 2 anni fa
parent
commit
1a4b97a62a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;