From beb97ee1d563316c9c62371e9bc50e504ac49ef7 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 16 Sep 1999 07:59:32 +0000 Subject: [PATCH] + problems with unit names longer than 8 letters --- compiler/errore.msg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/errore.msg b/compiler/errore.msg index 71c9045cab..f8f67523c3 100644 --- a/compiler/errore.msg +++ b/compiler/errore.msg @@ -1360,6 +1360,10 @@ unit_f_cant_compile_unit=F_Can't compile unit $1, no sources available unit_f_cant_find_ppu=F_Can't find unit $1 % You tried to use a unit of which the PPU file isn't found by the % compiler. Check your config files for the unit pathes +unit_w_unit_name_error=W_Unit $1 was not found but $2 exists +unit_f_unit_name_error=F_Unit $1 searched but $2 found +% Dos truncation of 8 letters for unit PPU files +% may lead to problems when unit name is longer than 8 letters. unit_w_switch_us_missed=W_Compiling the system unit requires the -Us switch % When recompiling the system unit (it needs special treatment), the % \var{-Us} must be specified.