mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
removed tests. -- noch
This commit is contained in:
parent
93eea47e54
commit
6cd7727802
1 changed files with 1 additions and 1 deletions
|
|
@ -929,7 +929,7 @@ MODULE OPP; (* NW, RC 6.3.89 / 10.2.94 *) (* object model 4.12.93 *)
|
||||||
(obj^.name = "TRUE") OR (obj^.name = "FALSE") THEN
|
(obj^.name = "TRUE") OR (obj^.name = "FALSE") THEN
|
||||||
OPM.Mark(-310, OPM.curpos); (* notice about aliasing of predefined type *)
|
OPM.Mark(-310, OPM.curpos); (* notice about aliasing of predefined type *)
|
||||||
END;
|
END;
|
||||||
OPS.Get(sym); TypeDecl(obj^.typ, obj^.typ)
|
OPS.Get(sym); TypeDecl(obj^.typ, obj^.typ)
|
||||||
ELSIF (sym = OPS.becomes) OR (sym = OPS.colon) THEN
|
ELSIF (sym = OPS.becomes) OR (sym = OPS.colon) THEN
|
||||||
err(OPS.eql); OPS.Get(sym); TypeDecl(obj^.typ, obj^.typ)
|
err(OPS.eql); OPS.Get(sym); TypeDecl(obj^.typ, obj^.typ)
|
||||||
ELSE err(OPS.eql)
|
ELSE err(OPS.eql)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue