Преглед на файлове

+ New error message: Segment too large

daniel преди 26 години
родител
ревизия
9cb0d98188
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      compiler/errore.msg

+ 2 - 0
compiler/errore.msg

@@ -993,6 +993,8 @@ sym_b_param_list=B_Found declaration: $1
 % You get this when you use the \var{-vb} switch. In case an overloaded
 % procedure is not found, then all candidate overloaded procedures are
 % listed, with their parameter lists.
+sym_segment_too_large=E_Data segment too large (max. 2GB)
+% You get this when you declare an array whose size exceeds the 2GB limit.
 % \end{description}
 #
 # Codegenerator