MWCC/includes/compiler/ObjGenMachO.h

10 lines
186 B
C
Raw Normal View History

#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