X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcompile.h;h=27dae0778be652e6923c9310e2d7a8e0bb1462e4;hb=7aefd9b4e7b67908b7b3c38b6003c7f1a8d3ee2d;hp=e1be3ee240464623127e2fd5d4135b3d351776de;hpb=bc8f4f3a1e7f1f599974239cc15f1cab6aca846b;p=cc65 diff --git a/src/cc65/compile.h b/src/cc65/compile.h index e1be3ee24..27dae0778 100644 --- a/src/cc65/compile.h +++ b/src/cc65/compile.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2000-2001 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@cc65.org */ +/* (C) 2000-2009, Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -47,6 +47,9 @@ void Compile (const char* FileName); /* Top level compile routine. Will setup things and call the parser. */ +void FinishCompile (void); +/* Emit literals, externals, do cleanup and optimizations */ + /* End of compile.h */