1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00
cc65/src
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
..
ar65 Fixed a few compiler warnings 2001-09-15 12:00:43 +00:00
ca65 Add the 'module' target 2002-04-25 05:21:03 +00:00
ca65html Added a todo list 2000-12-07 13:42:21 +00:00
cc65 Renamed the functions working with "struct Function". 2002-06-12 12:12:04 +00:00
cl65 Fixed a typo 2002-05-27 09:57:50 +00:00
common New target: oric atmos 2002-06-03 20:14:11 +00:00
da65 Use cc65 character classification routines 2002-04-20 11:49:53 +00:00
grc Fixed a few warnings 2001-09-15 13:36:59 +00:00
ld65 New target: oric atmos 2002-06-03 20:14:11 +00:00
make Added da65 2000-09-24 19:08:36 +00:00
od65 Fixed a bug 2002-01-15 20:23:35 +00:00
sim65 Use cc65 character classification routines 2002-04-20 11:49:53 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00