1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-02 14:51:23 +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

@@ -55,12 +55,12 @@
void ufn(DLword bytecode)
{
register DefCell *defcell68k; /* Definition Cell PTR */
register int pv_num; /* scratch for pv */
register UFN *entry68k;
register struct fnhead *tmp_fn;
register unsigned int arg_num; /* Num of args */
register int rest; /* use for alignments */
DefCell *defcell68k; /* Definition Cell PTR */
int pv_num; /* scratch for pv */
UFN *entry68k;
struct fnhead *tmp_fn;
unsigned int arg_num; /* Num of args */
int rest; /* use for alignments */
#ifdef TRACE
printPC();