X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcompile.h;h=e1be3ee240464623127e2fd5d4135b3d351776de;hb=3f4096d3030095605f28b4cfa73563c53a563df6;hp=d0f6f3816ea762f0175fa7465ae1eabc7c522022;hpb=9cc25f13b6aabc4fd299c54c9c38c5825689eb47;p=cc65 diff --git a/src/cc65/compile.h b/src/cc65/compile.h index d0f6f3816..e1be3ee24 100644 --- a/src/cc65/compile.h +++ b/src/cc65/compile.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2000 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 2000-2001 Ullrich von Bassewitz */ +/* Wacholderweg 14 */ +/* D-70597 Stuttgart */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -44,7 +44,7 @@ -void Compile (void); +void Compile (const char* FileName); /* Top level compile routine. Will setup things and call the parser. */