mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 09:30:35 +02:00
* Changed debug notes to hints.
git-svn-id: trunk@9499 -
This commit is contained in:
parent
614f11561e
commit
ed5fc4ca0e
@ -65,23 +65,23 @@
|
||||
{ $define BCDgr180} { define this if MCDMaxDigits is greater 180, else undefine! }
|
||||
|
||||
{$ifdef BCDgr4}
|
||||
{$note BCD Digits > 4}
|
||||
{$hint BCD Digits > 4}
|
||||
{$endif}
|
||||
|
||||
{$ifdef BCDgr9}
|
||||
{$note BCD Digits > 9}
|
||||
{$hint BCD Digits > 9}
|
||||
{$endif}
|
||||
|
||||
{$ifdef BCDgr18}
|
||||
{$note BCD Digits > 18}
|
||||
{$hint BCD Digits > 18}
|
||||
{$endif}
|
||||
|
||||
{$ifdef BCDgr64}
|
||||
{$note BCD Digits > 64}
|
||||
{$hint BCD Digits > 64}
|
||||
{$endif}
|
||||
|
||||
{$ifdef BCDgr180}
|
||||
{$note BCD Digits > 180}
|
||||
{$hint BCD Digits > 180}
|
||||
{$endif}
|
||||
|
||||
{$ifndef NO_SMART_LINK}
|
||||
@ -178,9 +178,9 @@ INTERFACE
|
||||
{$endif}
|
||||
|
||||
{$ifdef use_ansistring}
|
||||
{$note ansi}
|
||||
{$hint ansi}
|
||||
{$else}
|
||||
{$note -ansi}
|
||||
{$hint -ansi}
|
||||
{$endif}
|
||||
|
||||
{$ifdef integ32}
|
||||
|
Loading…
Reference in New Issue
Block a user