Browse Source

Add new message for seg(procvar) with is not usable for some i8086 memory models

git-svn-id: trunk@38218 -
pierre 7 years ago
parent
commit
c3ffd778c0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/msg/errore.msg

+ 2 - 1
compiler/msg/errore.msg

@@ -1576,7 +1576,7 @@ parser_e_invalid_internal_function_index=03346_E_Index $1 is not a valid interna
 %
 %
 # Type Checking
 # Type Checking
 #
 #
-# 04123 is the last used one
+# 04124 is the last used one
 #
 #
 % \section{Type checking errors}
 % \section{Type checking errors}
 % This section lists all errors that can occur when type checking is
 % This section lists all errors that can occur when type checking is
@@ -2009,6 +2009,7 @@ type_w_instance_abstract_class=04122_W_Creating an instance of abstract class "$
 type_e_function_reference_kind=04123_E_Subroutine references cannot be declared as "of object" or "is nested", they can always refer to any kind of subroutine
 type_e_function_reference_kind=04123_E_Subroutine references cannot be declared as "of object" or "is nested", they can always refer to any kind of subroutine
 % Subroutine references can refer to any kind of subroutine and hence do not
 % Subroutine references can refer to any kind of subroutine and hence do not
 % require specialisation for methods or nested subroutines.
 % require specialisation for methods or nested subroutines.
+type_e_seg_procvardef_wrong_memory_model=04124_E_Procedure variables in that memory model do not store segment information
 % \end{description}
 % \end{description}
 #
 #
 # Symtable
 # Symtable