#ifndef COMPILER_OBJGENMACHO_H #define COMPILER_OBJGENMACHO_H #include "compiler/common.h" // more stuff goes here extern void ObjGen_DeclareSwitchTable(Object *a, Object *b); #endif