Fix override core binding warnings
This commit is contained in:
parent
2f42a73946
commit
87ace68d04
1 changed files with 10 additions and 8 deletions
|
@ -30,13 +30,8 @@
|
|||
errors
|
||||
error-string
|
||||
|
||||
current-error-port
|
||||
open-input-file open-output-file
|
||||
close-output-port close-input-port
|
||||
|
||||
read-char peek-char read-integer
|
||||
write-char newline write-string write-integer
|
||||
force-output
|
||||
read-integer write-integer
|
||||
write-string
|
||||
|
||||
goto
|
||||
external
|
||||
|
@ -44,7 +39,14 @@
|
|||
fl+ fl- fl* fl/ fl= fl< fl> fl<= fl>=
|
||||
|
||||
un+ un- un* unquotient unremainder un= un< un> un<= un>=
|
||||
unsigned->integer integer->unsigned))
|
||||
unsigned->integer integer->unsigned)
|
||||
#:replace (current-error-port
|
||||
open-input-file open-output-file
|
||||
close-output-port close-input-port
|
||||
|
||||
read-char peek-char
|
||||
write-char newline
|
||||
force-output))
|
||||
|
||||
(define shift-left arithmetic-shift)
|
||||
|
||||
|
|
Reference in a new issue