mirror of https://git.wuffs.org/MWCC
12 lines
271 B
C
12 lines
271 B
C
|
#ifndef COMPILER_CODEGENOPTPPC_H
|
||
|
#define COMPILER_CODEGENOPTPPC_H
|
||
|
|
||
|
#include "compiler/common.h"
|
||
|
|
||
|
extern void CodeGen_InitCompiler(void);
|
||
|
extern void CodeGen_TermCompiler(void);
|
||
|
extern void CodeGen_InitBackEndOptions(void);
|
||
|
extern void Test_Version_Numbers(void);
|
||
|
|
||
|
#endif
|