Trying to get to the point where make format works the same
on Linux and MacOS
This commit is contained in:
parent
93b84087ce
commit
d620542ee5
13 changed files with 191 additions and 176 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue