mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* merged
This commit is contained in:
parent
d6f11f2061
commit
cd6dac1a03
@ -1180,10 +1180,14 @@ Begin
|
||||
Begin
|
||||
InitRef;
|
||||
SetupResult;
|
||||
Consume(AS_ID);
|
||||
end
|
||||
else
|
||||
if (actasmpattern = '@CODE') or (actasmpattern = '@DATA') then
|
||||
Message(asmr_w_CODE_and_DATA_not_supported)
|
||||
begin
|
||||
Message(asmr_w_CODE_and_DATA_not_supported);
|
||||
Consume(AS_ID);
|
||||
end
|
||||
else
|
||||
{ Local Label }
|
||||
begin
|
||||
@ -1657,9 +1661,15 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.39 1999-06-28 16:02:32 peter
|
||||
Revision 1.40 1999-07-12 15:03:04 peter
|
||||
* merged
|
||||
|
||||
Revision 1.39 1999/06/28 16:02:32 peter
|
||||
* merged
|
||||
|
||||
Revision 1.37.2.4 1999/07/12 15:01:19 peter
|
||||
* fixed @result parsing
|
||||
|
||||
Revision 1.37.2.3 1999/06/28 15:52:36 peter
|
||||
* better recovery in main loop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user