compiler/bootstrap/windows-48/OPP.h
Norayr Chilingarian 6ae2f96d08 Undecl var fix (#74)
* fix like 78036911d2

* OPT.DynArr to be precise

* removed PromoteIntConstToLInt() function call

* update of bootstrap sources.
2019-11-07 16:20:08 +00:00

16 lines
267 B
C

/* voc 2.1.0 [2019/11/01]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
#ifndef OPP__h
#define OPP__h
#include "SYSTEM.h"
#include "OPT.h"
import void OPP_Module (OPT_Node *prog, UINT32 opt);
import void *OPP__init(void);
#endif // OPP