Changeset 03b1cd1 in git
- Timestamp:
- Apr 28, 1998, 10:45:22 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e835e95549bd9b2158f8e244ac44d9d2ef907ef8
- Parents:
- 1c452caf2dd321421b2137170c8c375f2b869e74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r1c452c r03b1cd1 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.4 2 1998-04-27 15:00:50 kruegerExp $ */4 /* $Id: extra.cc,v 1.43 1998-04-28 08:45:22 pohl Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 13 13 #include "mod2.h" 14 14 15 #ifndef macintosh15 #ifndef __MWERKS__ 16 16 #ifdef TIME_WITH_SYS_TIME 17 17 # include <time.h> … … 201 201 else 202 202 /*==================== sh ==================================*/ 203 #ifndef macintosh203 #ifndef __MWERKS__ 204 204 if(strcmp((char*)(h->Data()),"sh")==0) 205 205 { … … 277 277 /*==================== pid ==================================*/ 278 278 #ifndef MSDOS 279 #ifndef macintosh279 #ifndef __MWERKS__ 280 280 if (strcmp((char*)(h->Data()),"pid")==0) 281 281 { … … 305 305 else 306 306 /*==================== tty ==================================*/ 307 #ifndef macintosh307 #ifndef __MWERKS__ 308 308 #ifndef MSDOS 309 309 #if defined(HAVE_FEREAD) || defined(HAVE_READLINE) … … 467 467 #endif 468 468 /*==================== alarm ==================================*/ 469 #ifndef macintosh469 #ifndef __MWERKS__ 470 470 #ifndef MSDOS 471 471 #ifndef atarist
Note: See TracChangeset
for help on using the changeset viewer.