mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
* fix like 78036911d2
* OPT.DynArr to be precise
* removed PromoteIntConstToLInt() function call
* update of bootstrap sources.
18 lines
333 B
C
18 lines
333 B
C
/* voc 2.1.0 [2019/11/01]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
|
|
|
|
#ifndef OPV__h
|
|
#define OPV__h
|
|
|
|
#include "SYSTEM.h"
|
|
#include "OPT.h"
|
|
|
|
|
|
|
|
|
|
import void OPV_AdrAndSize (OPT_Object topScope);
|
|
import void OPV_Init (void);
|
|
import void OPV_Module (OPT_Node prog);
|
|
import void *OPV__init(void);
|
|
|
|
|
|
#endif // OPV
|