/[xforms]/xforms/lib/signal.c
ViewVC logotype

Diff of /xforms/lib/signal.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by leeming, Thu Apr 24 09:35:35 2003 UTC revision 1.6 by leeming, Mon Sep 8 23:48:36 2003 UTC
# Line 63  handle_signal(void) Line 63  handle_signal(void)
63    
64  static int sig_direct;  static int sig_direct;
65    
66  static FL_SIGRET  static RETSIGTYPE
67  default_signal_handler(int sig)  default_signal_handler(int sig)
68  {  {
69      fl_signal_caught(sig);      fl_signal_caught(sig);
# Line 78  default_signal_handler(int sig) Line 78  default_signal_handler(int sig)
78          exit(sig);          exit(sig);
79      }      }
80    
81  #if !defined(M_XENIX) && !defined(_WIN32)  #if RETSYGTYPE != void
 #if !defined( FL_SIGRET_IS_VOID )  
82      return 0;      return 0;
83  #endif  #endif
 #endif  
84  }  }
85    
86    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26