+ Added last message

This commit is contained in:
michael 1999-07-07 22:25:02 +00:00
parent 0dd9b0b7de
commit f75725ddf3

View File

@ -753,6 +753,10 @@ parser_w_no_objpas_use_mode=W_De OBJPAS unit niet manueel laden, gebruik {$mode
parser_e_no_object_override=E_OVERRIDE kan niet gebruikt worden in objecten
% Override isn't support for objects, use VIRTUAL instead to override
% a method of an anchestor object
parser_e_cant_use_inittable_here=E_Data types die initializatie/finalizatie vereisen zijn niet toegestaan in variabele records.
% Some data type (e.g. \var{ansistring}) needs initialization/finalization
% code which is implicitly generated by the compiler. Such data types
% can't be used in the variant part of a record.
% \end{description}
#
# Type Checking