mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
cc65 - a freeware C compiler for 6502 based systems
a96da498f5
Fixed a problem with K&R functions: In a function with no return type specified, the compiler did not allow a simple "return" statement. However, there was no "void" type at that time, so it was not possible to specify something else. The solution is to allow omission of a return value in a K&R function with an implicit int type. Other types or an explicit int is still checked. git-svn-id: svn://svn.cc65.org/cc65/trunk@1302 b7a2c559-68d2-44c3-8de9-860c34a00d81 |
||
---|---|---|
asminc | ||
doc | ||
include | ||
libsrc | ||
packages/rpm/redhat | ||
samples | ||
src | ||
testcode | ||
util | ||
.cvsignore |