mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Fixed _textcolor definition.
The _textcolor() macro doesn't just turn on the macro optimization. It defines the return value of textcolor() - and that is supposed to be a COLOR_... value.
This commit is contained in:
+1
-1
@@ -540,7 +540,7 @@ extern void atrx15p2_tgi[];
|
||||
** to be overlaid by macros with the same names, saving the function call
|
||||
** overhead.
|
||||
*/
|
||||
#define _textcolor(color) 1
|
||||
#define _textcolor(color) COLOR_WHITE
|
||||
|
||||
/* End of atari.h */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user