mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
Add bootstrap and master make files.
This commit is contained in:
parent
be80ad7ae3
commit
43c5f44c10
212 changed files with 97056 additions and 0 deletions
20
bootstrap/windows-88/OPV.h
Normal file
20
bootstrap/windows-88/OPV.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
|
||||
|
||||
#ifndef OPV__h
|
||||
#define OPV__h
|
||||
|
||||
#define LARGE
|
||||
#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_TypSize (OPT_Struct typ);
|
||||
import void *OPV__init(void);
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue