]> git.sur5r.net Git - cc65/commit - src/cc65/symtab.c
Added code to parse bit fields and enter them into the symbol table. They're
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Aug 2009 17:38:53 +0000 (17:38 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Aug 2009 17:38:53 +0000 (17:38 +0000)
commitbd872a6324f7c28ba8574541486c6aee7926c43f
tree56dccb76ee8b66fe912b093043f598e48b17e38a
parent82919fa2f8eb5baf6d859f8334271d63fd848660
Added code to parse bit fields and enter them into the symbol table. They're
not supported in code generation until now.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4072 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/datatype.h
src/cc65/declare.c
src/cc65/expr.c
src/cc65/symentry.c
src/cc65/symentry.h
src/cc65/symtab.c
src/cc65/symtab.h