mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Accept all SET types in INCL.
This commit is contained in:
parent
1fa182c7ce
commit
2e02f9204c
18 changed files with 22 additions and 64 deletions
|
|
@ -50,7 +50,6 @@ import int64 OPM_SymRInt64 (void);
|
|||
import void OPM_SymRLReal (LONGREAL *lr);
|
||||
import void OPM_SymRReal (REAL *r);
|
||||
import void OPM_SymRSet (uint32 *s);
|
||||
import void OPM_SymRSet64 (uint64 *s);
|
||||
import void OPM_SymWCh (CHAR ch);
|
||||
import void OPM_SymWInt (int64 i);
|
||||
import void OPM_SymWLReal (LONGREAL lr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue