X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffirst.c;h=3f6beccffea3bbe755d076b4407f2883820b3eee;hb=46974bb948c0a7ca82b476a578b6199e438bab41;hp=a80314941e8f8370e24ae9d9ee5ab95cc97a4cac;hpb=5292406311d31682a850baf059cab01a6f0262b2;p=rodin%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) {