#ifndef INTERPRETER_TYPES_H_INCLUDED #define INTERPRETER_TYPES_H_INCLUDED namespace Interpreter { typedef unsigned int Type_Code; // 32 bit } #endif