]> git.sur5r.net Git - cc65/commit
Change data generation for C output. The ident attribute is now optional.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 28 May 2012 11:35:44 +0000 (11:35 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 28 May 2012 11:35:44 +0000 (11:35 +0000)
commit4663245219fde21d863ce6ef5c080c3ff1d93a43
tree5c72e9b55f8ad37657594f809b12b9344cab6083
parent808f86f49f0cf8a3f9b48031d669db651f45ddb7
Change data generation for C output. The ident attribute is now optional.
Without it, just the data is output. With an identifier given, there will be
additional #defines for xxx_COLORS, xxx_WIDTH, xxx_HEIGHT, and the data is
places into an array with the given name.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5662 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/sp65/c.c