Removed CC_FASTCALL.
CC_FASTCALL was introduced many years ago for the cc65 tool chain. It was never used for another tool chain. With a798b1d648
the cc65 tool chain doesn't need CC_FASTCALL anymore.
This commit is contained in:
parent
1066bb1a0b
commit
1639b712bb
20 changed files with 37 additions and 56 deletions
|
@ -47,7 +47,6 @@ int select_set_callback(int fd, const struct select_callback *callback);
|
|||
|
||||
#define CC_CONF_REGISTER_ARGS 1
|
||||
#define CC_CONF_FUNCTION_POINTER_ARGS 1
|
||||
#define CC_CONF_FASTCALL
|
||||
#define CC_CONF_VA_ARGS 1
|
||||
|
||||
#define CCIF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue