X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fabort.c;h=61234a06f5743747687e6fbf397763dae528598c;hb=753658fb32fd78c0887e018892a0ad91b424e728;hp=4ae157addacc1eeed2b0ac92710c2d04cc8a446e;hpb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830;p=rodin%2Fchimara.git diff --git a/src/abort.c b/src/abort.c index 4ae157a..61234a0 100644 --- a/src/abort.c +++ b/src/abort.c @@ -34,7 +34,7 @@ glk_set_interrupt_handler(void (*func)(void)) /* Internal function: abort this Glk program, freeing resources and calling the user's interrupt handler. */ -void +static void abort_glk() { if(glk_data->interrupt_handler) @@ -69,5 +69,3 @@ check_for_abort() } g_mutex_unlock(glk_data->abort_lock); } - -