소스 검색

* avoid ugly space in compilation summary

git-svn-id: trunk@18865 -
florian 14 년 전
부모
커밋
1491d77c9d
3개의 변경된 파일176개의 추가작업 그리고 176개의 파일을 삭제
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgidx.inc
  3. 174 174
      compiler/msgtxt.inc

+ 1 - 1
compiler/msg/errore.msg

@@ -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).

+ 1 - 1
compiler/msgidx.inc

@@ -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,

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 174 - 174
compiler/msgtxt.inc


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.