jengelh-datetimespielwiese
Last change
on this file since 6ce030f was
6ce030f,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
removal of the $Id$ svn tag from everywhere
NOTE: the git SHA1 may be used instead (only on special places)
NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
|
-
Property mode set to
100644
|
File size:
487 bytes
|
Line | |
---|
1 | #ifndef CNTRLC_H |
---|
2 | #define CNTRLC_H |
---|
3 | /**************************************** |
---|
4 | * Computer Algebra System SINGULAR * |
---|
5 | ****************************************/ |
---|
6 | /* |
---|
7 | * ABSTRACT - interupt and signal handling |
---|
8 | */ |
---|
9 | #include <setjmp.h> |
---|
10 | #include <kernel/structs.h> |
---|
11 | |
---|
12 | extern jmp_buf si_start_jmpbuf; |
---|
13 | extern short si_restart; |
---|
14 | extern int siRandomStart; |
---|
15 | extern BOOLEAN siCntrlc; |
---|
16 | void init_signals(); |
---|
17 | |
---|
18 | extern BOOLEAN singular_in_batchmode; |
---|
19 | /* TRUE for child of a fork or started with --batch*/ |
---|
20 | |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.