|
#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
|