mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 22:00:22 +02:00
+ add a diagnostic mesage for the used unit scopes
git-svn-id: trunk@38942 -
This commit is contained in:
parent
aa38d6f831
commit
56f36e6509
@ -53,7 +53,7 @@
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
# 01026 is the last used one
|
# 01027 is the last used one
|
||||||
#
|
#
|
||||||
# BeginOfTeX
|
# BeginOfTeX
|
||||||
% \section{General compiler messages}
|
% \section{General compiler messages}
|
||||||
@ -138,6 +138,10 @@ general_f_oserror=01025_F_Operating system error: $1
|
|||||||
% During compilation an operating system error happened which allows no further compilation.
|
% During compilation an operating system error happened which allows no further compilation.
|
||||||
general_e_exception_raised=01026_E_Compilation raised exception internally
|
general_e_exception_raised=01026_E_Compilation raised exception internally
|
||||||
% Compilation was aborted, due to an exception generation.
|
% Compilation was aborted, due to an exception generation.
|
||||||
|
general_t_unitscope=01027_T_Using unit scope: $1
|
||||||
|
% When the \var{-vt} switch is used, this line tells you what unit scopes (namespaces)
|
||||||
|
% the compiler is using when looking up units. You can add a unit scope with the
|
||||||
|
% \var{-FN} option.
|
||||||
% \end{description}
|
% \end{description}
|
||||||
#
|
#
|
||||||
# Scanner
|
# Scanner
|
||||||
|
Loading…
Reference in New Issue
Block a user