1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz a96da498f5 Renamed the functions working with "struct Function".
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
2002-06-12 12:12:04 +00:00
asminc zpspace cannot be an external symbol 2002-05-26 08:32:47 +00:00
doc Added Debrune Jérôme 2002-06-03 20:34:44 +00:00
include Added atmos.h from Jede 2002-06-04 07:03:38 +00:00
libsrc put segment keywords so bss, data and rodata are used for storage 2002-06-04 22:49:09 +00:00
packages/rpm/redhat Added spec for v 2.8.0 2002-04-08 19:10:30 +00:00
samples added test of mouse.h routines 2002-04-06 17:58:47 +00:00
src Renamed the functions working with "struct Function". 2002-06-12 12:12:04 +00:00
testcode initial check-in 2002-05-23 21:58:36 +00:00
util Added an older conversion program 2000-10-14 17:53:26 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00