compiler/bootstrap/unix-48/OPV.h
Norayr Chilingarian 7ea99e20a0 fixed crash introduced in commit aed9134e99
see comments in OPB.Mod
2024-04-12 21:52:25 +04:00

18 lines
333 B
C

/* voc 2.1.0 [2024/04/12]. 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