SCM Repository
View of /sml/branches/SMLNJ/src/runtime/config/system-signals.h
Parent Directory
|
Revision Log
Revision 3 -
(download)
(as text)
(annotate)
Sat Oct 4 23:33:46 1997 UTC (23 years, 5 months ago)
File size: 426 byte(s)
Sat Oct 4 23:33:46 1997 UTC (23 years, 5 months ago)
File size: 426 byte(s)
This commit was manufactured by cvs2svn to create branch 'SMLNJ'.
/* 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 |