mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-21 08:38:43 +00:00
Remove unused variable declarations.
modified: array.c modified: array3.c modified: car-cdr.c modified: chardev.c modified: conspage.c modified: ldeboot.c modified: sxhash.c modified: unixfork.c
This commit is contained in:
@@ -45,9 +45,7 @@ type size typenumber
|
||||
|
||||
/*** N_OP_misc3 -- op 372/9 (base typenumber index) ***/
|
||||
LispPTR N_OP_misc3(LispPTR baseL, LispPTR typenumber, LispPTR inx, int alpha) {
|
||||
register int result;
|
||||
register int index, type;
|
||||
register DLword *wordp;
|
||||
|
||||
/* for CREATECELL */
|
||||
DLword *createcell68k(unsigned int type);
|
||||
|
||||
Reference in New Issue
Block a user