2022-11-20 05:07:22 +00:00
|
|
|
#ifndef COMPILER_OBJGENMACHO_H
|
|
|
|
#define COMPILER_OBJGENMACHO_H
|
|
|
|
|
|
|
|
#include "compiler/common.h"
|
|
|
|
|
2022-12-14 00:16:59 +00:00
|
|
|
// more stuff goes here
|
|
|
|
extern void ObjGen_DeclareSwitchTable(Object *a, Object *b);
|
|
|
|
|
2022-11-20 05:07:22 +00:00
|
|
|
#endif
|