mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 07:33:07 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -108,7 +108,7 @@ void DSP_Cursor(LispPTR *args, int argnum)
|
||||
/* args[0] : X pos
|
||||
* args[1] : Y pos
|
||||
*/
|
||||
void DSP_SetMousePos(register LispPTR *args)
|
||||
void DSP_SetMousePos(LispPTR *args)
|
||||
{
|
||||
|
||||
#ifdef XWINDOW
|
||||
@@ -149,8 +149,8 @@ extern int Current_Hot_X, Current_Hot_Y;
|
||||
#endif /* XWINDOW */
|
||||
|
||||
void flip_cursor() {
|
||||
register DLword *word;
|
||||
register int cnt;
|
||||
DLword *word;
|
||||
int cnt;
|
||||
extern int ScreenLocked;
|
||||
extern DLword *EmCursorX68K, *EmCursorY68K;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user