]> git.sur5r.net Git - cc65/commit
Fixed the existing but unused attribute parsing code. Added
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Oct 2009 18:31:02 +0000 (18:31 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Oct 2009 18:31:02 +0000 (18:31 +0000)
commit5a00b38aab6542dfa74c1be66839c57c24e81d77
tree312acad9609d8cb371fe6990028f23343fcf6034
parent0ce362a69b367f8d99e3fb77041a523b2cf03400
Fixed the existing but unused attribute parsing code. Added
__attribute__((noexit)) that may be used to mark functions that won't return.
Added this attribute to the exit() function in stdlib.h.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4372 b7a2c559-68d2-44c3-8de9-860c34a00d81
include/stdlib.h
src/cc65/compile.c
src/cc65/declare.c
src/cc65/declare.h
src/cc65/declattr.c
src/cc65/declattr.h
src/cc65/expr.c
src/cc65/symentry.c
src/cc65/symentry.h
src/cc65/symtab.c