mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
Restore result variable just for issue #40 using same fix as J. Templ.
This commit is contained in:
parent
6a4748e2af
commit
03556336ce
22 changed files with 171 additions and 5 deletions
|
|
@ -37,6 +37,7 @@ import void OPC_Init (void);
|
|||
import void OPC_InitTDesc (OPT_Struct typ);
|
||||
import void OPC_IntLiteral (int64 n, int32 size);
|
||||
import void OPC_Len (OPT_Object obj, OPT_Struct array, int64 dim);
|
||||
import BOOLEAN OPC_NeedsRetval (OPT_Object proc);
|
||||
import int32 OPC_NofPtrs (OPT_Struct typ);
|
||||
import void OPC_SetInclude (BOOLEAN exclude);
|
||||
import void OPC_TDescDecl (OPT_Struct typ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue