X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffirst.c;h=3f6beccffea3bbe755d076b4407f2883820b3eee;hb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;hp=a80314941e8f8370e24ae9d9ee5ab95cc97a4cac;hpb=dc12376c7b6c8957cddab1bd5936409d9818f5f1;p=projects%2Fchimara%2Fchimara.git diff --git a/src/first.c b/src/first.c index a803149..3f6becc 100644 --- a/src/first.c +++ b/src/first.c @@ -62,17 +62,10 @@ static void verb_unscript(void); static void verb_save(void); static void verb_restore(void); -void handler(void) -{ - fprintf(stderr, "I'm the interrupt handler!\n"); -} - /* The glk_main() function is called by the Glk system; it's the main entry point for your program. */ void glk_main(void) -{ - glk_set_interrupt_handler(&handler); - +{ /* Open the main window. */ mainwin = glk_window_open(0, 0, 0, wintype_TextBuffer, 1); if (!mainwin) {