compiler/bootstrap/unix-88/OPP.h

17 lines
237 B
C

/* voc 1.95 [2016/09/04] 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