Trying to get to the point where make format works the same

on Linux and MacOS
This commit is contained in:
Simon Brooke 2018-12-07 20:53:09 +00:00
parent 93b84087ce
commit d620542ee5
13 changed files with 191 additions and 176 deletions

View file

@ -74,7 +74,7 @@ int main( int argc, char *argv[] ) {
deep_bind( c_string_to_lisp_symbol( "nil" ), NIL );
deep_bind( c_string_to_lisp_symbol( "t" ), TRUE );
/* deep_bind( c_string_to_lisp_symbol( L"λ"), LAMBDA ); */
deep_bind( c_string_to_lisp_symbol( "lambda"), LAMBDA );
deep_bind( c_string_to_lisp_symbol( "lambda" ), LAMBDA );
/*
* primitive function operations