]> git.sur5r.net Git - cc65/commit
Bug: Char arrays with a specified size could not be initialized with literal
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 19 Jul 2003 09:12:38 +0000 (09:12 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 19 Jul 2003 09:12:38 +0000 (09:12 +0000)
commitcc9263d413c8096429c4d0b83a16079c37b290f5
treee48427b5ded14a925bb2e782ec4ee8db8f54c13e
parenta01d6734153062bed8603cf260d4034f8899dc59
Bug: Char arrays with a specified size could not be initialized with literal
strings that had the same length as the char array (in this case the zero
terminator must be omitted by the compiler).

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