ppc-lang/include/ppc.hh

10 lines
226 B
C++
Raw Normal View History

2022-09-19 07:34:19 +00:00
#ifndef PPC_H
#define PPC_H 1
#include "compiler.h"
static const int VERSION_MAJOR = PPC_VERSION_MAJOR;
static const int VERSION_MINOR = PPC_VERSION_MINOR;
static const int VERSION_BUILD = PPC_VERSION_BUILD;
#endif