]> git.sur5r.net Git - cc65/commit
Changed handling of attributes to a more generic form (it's allowed in each
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Oct 2009 21:42:59 +0000 (21:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Oct 2009 21:42:59 +0000 (21:42 +0000)
commita5a9700d19350aa985532e53d67766f80f81d300
treecd9436abdb0840bb0a88bc0eed03108fe3a8b93a
parent5a00b38aab6542dfa74c1be66839c57c24e81d77
Changed handling of attributes to a more generic form (it's allowed in each
declaration now) and added a new attribute "unused" to flag unused parameters,
variables or functions that shouldn't be warned about.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4373 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/declare.c
src/cc65/declattr.c
src/cc65/declattr.h
src/cc65/function.c
src/cc65/symtab.c