compiler/bootstrap/unix-48/OPV.h
runkharr 8675fbf5f4 src/runtime/Files.Mod: Now using SYSTEM.MAXPATHLEN + 1 as size for the array-
type 'FileName' ...
bootstrap/*/*.[ch]: Committing the bootstrapping files after the modifications
    on the compiler and the runtime ...
2018-04-13 03:44:48 +02:00

18 lines
332 B
C

/* voc 2.1.0 [2018/04/13]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
#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