Changeset 1a2bd8 in git


Ignore:
Timestamp:
Apr 16, 1998, 1:45:39 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
5821c1b832ca2803db683e6554957c7aac511380
Parents:
faab653b4c23775f89f602ab5991b6d059807c12
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@1384 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rfaab65 r1a2bd8  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.35 1998-04-14 07:06:26 Singular Exp $ */
     4/* $Id: extra.cc,v 1.36 1998-04-16 11:45:39 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    284284    if(strcmp((char*)(h->Data()),"LaScala")==0)
    285285    {
    286       if ((h->next!=NULL) 
     286      if ((h->next!=NULL)
    287287      &&((h->next->Typ()==IDEAL_CMD)||(h->next->Typ()==MODUL_CMD)))
    288288      {
     
    561561         WerrorS("ideal expected");
    562562    }
    563     else 
    564 #endif
    565 #ifdef HAVE_FACTORY     
     563    else
     564#endif
     565#ifdef HAVE_FACTORY
    566566/*==================== fastcomb =============================*/
    567567    if(strcmp((char*)(h->Data()),"fastcomb")==0)
     
    607607    else
    608608#endif
    609 /*==================== divcount & mcount =============================*/     
     609/*==================== divcount & mcount =============================*/
    610610#ifdef MONOM_COUNT
    611611    if (strcmp((char*)(h->Data()),"mcount")==0)
     
    622622    }
    623623    else
    624 #endif     
     624#endif
    625625#ifdef DIV_COUNT
    626626    if (strcmp((char*)(h->Data()),"dcount")==0)
     
    637637    }
    638638    else
    639 #endif     
     639#endif
    640640/*==================== barstep =============================*/
    641641    if(strcmp((char*)(h->Data()),"barstep")==0)
     
    663663        WerrorS("matrix expected");
    664664    }
     665    else
     666/*============================================================*/
     667      WerrorS( feNotImplemented );
    665668  }
    666  
    667 /*============================================================*/
    668   WerrorS("not implemented\n");
    669669  return TRUE;
    670670}
Note: See TracChangeset for help on using the changeset viewer.