/[gcl]/gcl/h/usig.h
ViewVC logotype

Diff of /gcl/h/usig.h

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

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:03 1999 UTC revision 1.2 by mjthomas, Mon Jan 13 05:34:55 2003 UTC
# Line 2  Line 2 
2    
3  typedef void (*handler_function_type)();  typedef void (*handler_function_type)();
4  EXTER handler_function_type our_signal_handler[32];  EXTER handler_function_type our_signal_handler[32];
5    #ifdef __MINGW32__
6    void main_signal_handler (int signo);
7    #else
8  void main_signal_handler();  void main_signal_handler();
9    #endif
10    
11        
12  #define signal_mask(n)  (1 << (n))  #define signal_mask(n)  (1 << (n))

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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