Reformatted code; made paths in generated documentation relative.
This commit is contained in:
parent
222368bf64
commit
08a7c4153c
24 changed files with 496 additions and 716 deletions
|
|
@ -23,15 +23,15 @@
|
|||
*
|
||||
* @param dummy
|
||||
*/
|
||||
void int_handler(int dummy) {
|
||||
wprintf(L"TODO: handle ctrl-C in a more interesting way\n");
|
||||
void int_handler( int dummy ) {
|
||||
wprintf( L"TODO: handle ctrl-C in a more interesting way\n" );
|
||||
}
|
||||
|
||||
/**
|
||||
* The read/eval/print loop.
|
||||
*/
|
||||
void repl( ) {
|
||||
signal(SIGINT, int_handler);
|
||||
signal( SIGINT, int_handler );
|
||||
debug_print( L"Entered repl\n", DEBUG_REPL );
|
||||
|
||||
struct cons_pointer env =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue