repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
comparison: update a comment
[smatch.git]
/
compile.h
blob
177363a7397cec52065faaaf3f2e822ad9bca1d3
1
#ifndef COMPILE_H
2
#define COMPILE_H
3
4
struct
symbol
;
5
6
extern
void
emit_one_symbol
(
struct
symbol
*);
7
extern
void
emit_unit_begin
(
const char
*);
8
extern
void
emit_unit_end
(
void
);
9
10
#endif
/* COMPILE_H */