]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codegen.h
Added flexible array members for structs
[cc65] / src / cc65 / codegen.h
index 17dfcd513c0537de1fb1dc8c5564cadd30b8327a..ff9b1830651c99980fe8334214f351f64412771e 100644 (file)
@@ -6,9 +6,9 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2002 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
+/* (C) 1998-2003 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
@@ -432,8 +432,8 @@ void g_defdata (unsigned flags, unsigned long val, long offs);
 void g_defbytes (const void* bytes, unsigned count);
 /* Output a row of bytes as a constant */
 
-void g_zerobytes (unsigned n);
-/* Output n bytes of data initialized with zero */
+void g_zerobytes (unsigned Count);
+/* Output Count bytes of data initialized with zero */
 
 void g_initregister (unsigned Label, unsigned Reg, unsigned Size);
 /* Initialize a register variable from static initialization data */