aboutsummaryrefslogtreecommitdiffstats
path: root/compile.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11make sparse headers self-compilable...Kamil Dudka1-0/+2
... and thus possible to include them in arbitrary order and without any external dependencies. Signed-off-by: Kamil Dudka <kdudka@redhat.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
2005-04-07Simplify the interface between compile.c and the actualLinus Torvalds1-0/+8
code emitter. Don't make the code emission have to know about symbol lists etc. Thus the code emitter can do whatever it wants to do to the symbols as they are encountered, as part of the main loop rather than as a separate phase afterwards. Straightforward.