blob: 0db8fdb581ff7a7a2d65c84fcbdd4cd0f2256f47 [file] [log] [blame]
#ifndef COMPILE_H
#define COMPILE_H
extern void emit_one_symbol(struct symbol *);
extern void emit_unit_begin(const char *);
extern void emit_unit_end(void);
#endif /* COMPILE_H */