SCM Repository
View of /sml/trunk/src/runtime/config/system-signals.h
Parent Directory
|
Revision Log
Revision 250 -
(download)
(as text)
(annotate)
Sat Apr 17 18:57:03 1999 UTC (22 years ago) by monnier
File size: 426 byte(s)
Sat Apr 17 18:57:03 1999 UTC (22 years ago) by monnier
File size: 426 byte(s)
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
/* system-signals.h * * COPYRIGHT (c) 1995 by AT&T Bell Laboratories. * * NOTE: this file is generated --- do not edit!!! */ #ifndef _SYSTEM_SIGNALS_ #define _SYSTEM_SIGNALS_ #define NUM_SYSTEM_SIGS 17 #define MAX_SYSTEM_SIG 28 /* SIGVTALRM */ #define NUM_SIGS 18 #define MAX_SIG 29 /* RUNSIG_GC */ #define RUNSIG_GC 29 #define IS_SYSTEM_SIG(S) ((S) <= MAX_SYSTEM_SIG) #endif /* !_SYSTEM_SIGNALS_ */
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |