mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-05 23:32:29 +02:00
* avoid ugly space in compilation summary
git-svn-id: trunk@18865 -
This commit is contained in:
parent
d21fde5604
commit
1491d77c9d
compiler
@ -79,7 +79,7 @@ general_t_objectpath=01007_T_Using object path: $1
|
||||
% When the \var{-vt} switch is used, this line tells you where the compiler
|
||||
% looks for object files you link in (files used in \var{\{\$L xxx\}} statements).
|
||||
% You can set this path with the \var{-Fo} option.
|
||||
general_i_abslines_compiled=01008_I_$1 lines compiled, $2 sec $3
|
||||
general_i_abslines_compiled=01008_I_$1 lines compiled, $2 sec$3
|
||||
% When the \var{-vi} switch is used, the compiler reports the number
|
||||
% of lines compiled, and the time it took to compile them (real time,
|
||||
% not program time).
|
||||
|
@ -901,7 +901,7 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 61092;
|
||||
MsgTxtSize = 61091;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
26,89,314,104,85,54,111,23,202,63,
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user