ppc-lang/include/compiler.hh

6 lines
80 B
C++

#ifndef PPC_COMPILER_H
#define PPC_COMPILER_H 1
#include "treeifier.hh"
#endif