mirror of
https://github.com/cc65/cc65.git
synced 2026-01-22 17:16:21 +00:00
remove time zone hack
This commit is contained in:
@@ -171,10 +171,6 @@ int __fastcall__ f_setlabel (const char* name);
|
||||
int __fastcall__ f_getlabel (const char* path, char* label);
|
||||
int __fastcall__ f_getfree (const char* name, unsigned long* free, unsigned long* total);
|
||||
|
||||
/* Time zone hack */
|
||||
|
||||
void ria_tzset (unsigned long time);
|
||||
|
||||
/* XREG location helpers */
|
||||
|
||||
#define xreg_ria_keyboard(...) xreg(0, 0, 0, __VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user