]> git.sur5r.net Git - cc65/commit
Fixed a bug: The volatile keyword was not accepted in type casts or as
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Mar 2004 22:37:13 +0000 (22:37 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Mar 2004 22:37:13 +0000 (22:37 +0000)
commit89fc8f3df7a03aa5ee7b231f294cd22dd1e04de8
tree1f254f92b85a95b01f563c36624c1c9fe5884fdc
parent0008f121073b682045370d0839fc544714c70cef
Fixed a bug: The volatile keyword was not accepted in type casts or as
argument to the sizeof operator, if the type spec is starting with this
keyword.

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