Changeset 1a2bd8 in git
- Timestamp:
- Apr 16, 1998, 1:45:39 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5821c1b832ca2803db683e6554957c7aac511380
- Parents:
- faab653b4c23775f89f602ab5991b6d059807c12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rfaab65 r1a2bd8 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.3 5 1998-04-14 07:06:26Singular Exp $ */4 /* $Id: extra.cc,v 1.36 1998-04-16 11:45:39 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 284 284 if(strcmp((char*)(h->Data()),"LaScala")==0) 285 285 { 286 if ((h->next!=NULL) 286 if ((h->next!=NULL) 287 287 &&((h->next->Typ()==IDEAL_CMD)||(h->next->Typ()==MODUL_CMD))) 288 288 { … … 561 561 WerrorS("ideal expected"); 562 562 } 563 else 564 #endif 565 #ifdef HAVE_FACTORY 563 else 564 #endif 565 #ifdef HAVE_FACTORY 566 566 /*==================== fastcomb =============================*/ 567 567 if(strcmp((char*)(h->Data()),"fastcomb")==0) … … 607 607 else 608 608 #endif 609 /*==================== divcount & mcount =============================*/ 609 /*==================== divcount & mcount =============================*/ 610 610 #ifdef MONOM_COUNT 611 611 if (strcmp((char*)(h->Data()),"mcount")==0) … … 622 622 } 623 623 else 624 #endif 624 #endif 625 625 #ifdef DIV_COUNT 626 626 if (strcmp((char*)(h->Data()),"dcount")==0) … … 637 637 } 638 638 else 639 #endif 639 #endif 640 640 /*==================== barstep =============================*/ 641 641 if(strcmp((char*)(h->Data()),"barstep")==0) … … 663 663 WerrorS("matrix expected"); 664 664 } 665 else 666 /*============================================================*/ 667 WerrorS( feNotImplemented ); 665 668 } 666 667 /*============================================================*/668 WerrorS("not implemented\n");669 669 return TRUE; 670 670 }
Note: See TracChangeset
for help on using the changeset viewer.