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
Fix an __attribute__() parsing error
[smatch.git]
/
compile.h
blob
0db8fdb581ff7a7a2d65c84fcbdd4cd0f2256f47
1
#ifndef COMPILE_H
2
#define COMPILE_H
3
4
extern
void
emit_one_symbol
(
struct
symbol
*);
5
extern
void
emit_unit_begin
(
const char
*);
6
extern
void
emit_unit_end
(
void
);
7
8
#endif
/* COMPILE_H */