File tree Expand file tree Collapse file tree 4 files changed +1
-71
lines changed Expand file tree Collapse file tree 4 files changed +1
-71
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FILES = sblk-file.o pdump-file.o dmp-file.o raw-file.o exe-file.o \
88
99WORDS = aa-word.o alto-word.o bin-word.o cadr-word.o core-word.o \
1010 data8-word.o dta-word.o its-word.o oct-word.o pt-word.o \
11- sail-word.o tape-word.o x-word.o
11+ sail-word.o tape-word.o
1212
1313OBJS = pdp10-opc.o info.o dis.o symbols.o \
1414 timing.o timing_ka10.o timing_ki10.o memory.o weenix.o
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ extern struct word_format pt_word_format;
100100extern struct word_format sail_word_format ;
101101extern struct word_format tape_word_format ;
102102extern struct word_format tape7_word_format ;
103- extern struct word_format x_word_format ;
104103
105104extern void usage_file_format (void );
106105extern int parse_input_file_format (const char * );
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ static struct word_format *word_formats[] = {
3535 & sail_word_format ,
3636 & tape_word_format ,
3737 & tape7_word_format ,
38- & x_word_format ,
3938 NULL
4039};
4140static word_t checksum ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments