compiler/bootstrap/unix-88/OPP.h
2016-06-16 16:51:11 +01:00

17 lines
237 B
C

/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
#ifndef OPP__h
#define OPP__h
#define LARGE
#include "SYSTEM.h"
#include "OPT.h"
import void OPP_Module (OPT_Node *prog, SET opt);
import void *OPP__init(void);
#endif