[cc65] Feature request: default arguments for functions.

From: Markus Stehr <bastetfurry1ircnet.de>
Date: 2009-07-25 18:45:06
Hello List!

Could this be put on the todo list please? It would be a nice feature to
have. I mean something like this:
void putbigchar(char x, char y, char c, char co=1);

Its not urgent, but it would be a nice feature to have. :)
I dont know the compiler interna, but i think this could be done on
preprocessor level. If i just write putbigchar(foox,fooy,'a'); the
prepro would automaticaly expand this to putbigchar(foox,fooy,'a',1);
No need to touch the compiler itself. ;)

Greetings,
Markus

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Jul 25 18:45:17 2009

This archive was generated by hypermail 2.1.8 : 2009-07-25 18:45:20 CEST