compiler/bootstrap/unix-88/OPP.h
2016-08-13 17:31:09 +01:00

17 lines
237 B
C

/* voc 1.95 [2016/08/13] 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