aboutsummaryrefslogtreecommitdiff
blob: 0db8fdb581ff7a7a2d65c84fcbdd4cd0f2256f47 (plain)
1
2
3
4
5
6
7
8
#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 */