Arithmetic equality fixed.
This commit is contained in:
parent
b97401bfde
commit
d7e0220674
6 changed files with 117 additions and 27 deletions
|
|
@ -20,6 +20,7 @@
|
|||
/* libcurl, used for io */
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "arith/ratio.h"
|
||||
#include "version.h"
|
||||
#include "memory/conspage.h"
|
||||
#include "memory/consspaceobject.h"
|
||||
|
|
@ -347,6 +348,7 @@ int main( int argc, char *argv[] ) {
|
|||
bind_function( L"print", &lisp_print );
|
||||
bind_function( L"put!", lisp_hashmap_put );
|
||||
bind_function( L"put-all!", &lisp_hashmap_put_all );
|
||||
bind_function( L"ratio->real", &lisp_ratio_to_real );
|
||||
bind_function( L"read", &lisp_read );
|
||||
bind_function( L"read-char", &lisp_read_char );
|
||||
bind_function( L"repl", &lisp_repl );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue