ppc-lang/include/compiler.hh

6 lines
89 B
C++
Raw Normal View History

2022-09-19 07:34:19 +00:00
#ifndef PPC_COMPILER_H
#define PPC_COMPILER_H 1
#include "compiler/treeifier.hh"
#endif