]> git.sur5r.net Git - cc65/blobdiff - src/cc65/declare.h
New option --forget-inc-paths
[cc65] / src / cc65 / declare.h
index c079a1a0d28f4a9c55bab97a3671b66355b7384b..5195456c38f5812692cca947337661cee4ee18e8 100644 (file)
@@ -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.
+ */