X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fdeclare.h;h=5195456c38f5812692cca947337661cee4ee18e8;hb=c130e597b013e37c94afd6651be1e8859ba7e5ac;hp=c079a1a0d28f4a9c55bab97a3671b66355b7384b;hpb=2eab65ad24b672cf72499ad6002c05a3a173c17a;p=cc65 diff --git a/src/cc65/declare.h b/src/cc65/declare.h index c079a1a0d..5195456c3 100644 --- a/src/cc65/declare.h +++ b/src/cc65/declare.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998-2001 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2003 Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -101,8 +101,10 @@ void CheckEmptyDecl (const DeclSpec* D); * warning if not. */ -void ParseInit (type* T); -/* Parse initialization of variables. */ +unsigned ParseInit (type* T); +/* Parse initialization of variables. Return the number of initialized data + * bytes. + */