diff options
Diffstat (limited to 'main.cc')
-rw-r--r-- | main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ int decompress( const int inhandle, const Pretty_print & pp, } -void signal_handler( const int ) throw() +extern "C" void signal_handler( int ) throw() { show_error( "Control-C or similar caught, quitting." ); cleanup_and_fail( 0 ); |