Changeset 9803fb in git
- Timestamp:
- Mar 7, 2011, 8:04:21 PM (12 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- bc007847ef64b32ef79b423215ff1b9d01546d05
- Parents:
- 42e13ce626510238bcaf002a107a8127192cbe99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/cntrlc.cc
r42e13c r9803fb 207 207 #endif /* __OPTIMIZE__ */ 208 208 #ifdef CALL_GDB 209 if (sig!=SIGINT) debug(INTERACTIVE); 209 if (sig!=SIGINT) 210 { 211 if (singular_in_batchmode) debug(STACK_TRACE); 212 else debug(INTERACTIVE); 213 } 210 214 #endif /* CALL_GDB */ 211 215 exit(0);
Note: See TracChangeset
for help on using the changeset viewer.