1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-08 01:01:18 +00:00

Wholesale removal of deprecated register attribute from all source files

This commit is contained in:
Nick Briggs
2022-08-15 15:04:07 -07:00
parent 5c0349cc69
commit 873d4927ce
107 changed files with 777 additions and 777 deletions

View File

@@ -21,12 +21,12 @@
#include "stack.h" // for state, CurrentStackPTR, DLword, FX, FuncObj
#include "tosfns.h" // for SWAPPED_FN_CHECK
void cause_interruptcall(register unsigned int atom_index)
void cause_interruptcall(unsigned int atom_index)
/* Atomindex for Function you want to invoke */
{
register struct definition_cell *defcell68k; /* Definition Cell PTR */
register short pv_num; /* scratch for pv */
register struct fnhead *tmp_fn;
struct definition_cell *defcell68k; /* Definition Cell PTR */
short pv_num; /* scratch for pv */
struct fnhead *tmp_fn;
int rest; /* use for alignments */
CURRENTFX->nopush = T;