We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf1091 commit 28ef070Copy full SHA for 28ef070
lisp/l/loader.l
@@ -107,7 +107,7 @@
107
(cond ((member :vax *features*) (list #x07 #x01))
108
((member :irix *features*) (list #x7f #\E #\L #\F))
109
((member :irix6 *features*) (list #x7f #\E #\L #\F))
110
- ((member :mips *features*) (list #x62 #x1))
+ ((and (member :mips *features*) (not (member :linux *features*))) (list #x62 #x1))
111
((member :Solaris2 *features*) (list #x7f #\E #\L #\F))
112
((member :darwin *features*) (list '(#xcf #xca #xce) '(#xfa #xfe #xfa) '(#xed #xba #xed) '(#xfe #x #xbe #xfe)))
113
((member :linux *features*) (list #x7f #\E #\L #\F))
0 commit comments