Changeset dc0898 in git for Singular/extra.cc
- Timestamp:
- Aug 2, 2000, 3:40:33 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ff4e84752079c82f72d2cff28527ed1b217ac9be
- Parents:
- e03066780716d0feba708e2349c879d0957c6ff2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
re03066 rdc0898 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.13 5 2000-05-22 09:39:51 SingularExp $ */4 /* $Id: extra.cc,v 1.136 2000-08-02 13:40:30 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 173 173 res->rtyp=INT_CMD; 174 174 #ifndef __MWERKS__ 175 #ifdef HPUX_9176 signal(SIGCHLD, (void (*)(int))SIG_DFL);177 #endif178 175 if (h==NULL) res->data = (void *)system("sh"); 179 176 else if (h->Typ()==STRING_CMD) … … 181 178 else 182 179 WerrorS("string expected"); 183 #ifdef HPUX_9184 signal(SIGCHLD, (void (*)(int))SIG_IGN);185 #endif186 180 #else 187 181 res->data=(void *)0;
Note: See TracChangeset
for help on using the changeset viewer.