allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR
[smatch.git] / compile.h
blob0db8fdb581ff7a7a2d65c84fcbdd4cd0f2256f47
1 #ifndef COMPILE_H
2 #define COMPILE_H
4 extern void emit_one_symbol(struct symbol *);
5 extern void emit_unit_begin(const char *);
6 extern void emit_unit_end(void);
8 #endif /* COMPILE_H */