mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 06:38:22 +02:00
- removed unused message
This commit is contained in:
parent
0fa2b27920
commit
5b05c7d2c3
@ -431,7 +431,6 @@ begin
|
|||||||
if c in ['0'..'9'] then
|
if c in ['0'..'9'] then
|
||||||
begin
|
begin
|
||||||
actasmtoken:=AS_MOD;
|
actasmtoken:=AS_MOD;
|
||||||
{Message(asmr_w_modulo_not_supported);}
|
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
@ -2130,7 +2129,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.32 2002-11-15 01:58:58 peter
|
Revision 1.33 2002-11-30 23:16:39 carl
|
||||||
|
- removed unused message
|
||||||
|
|
||||||
|
Revision 1.32 2002/11/15 01:58:58 peter
|
||||||
* merged changes from 1.0.7 up to 04-11
|
* merged changes from 1.0.7 up to 04-11
|
||||||
- -V option for generating bug report tracing
|
- -V option for generating bug report tracing
|
||||||
- more tracing for option parsing
|
- more tracing for option parsing
|
||||||
|
Loading…
Reference in New Issue
Block a user