Changeset 9c9fb9 in git for Singular/subexpr.h


Ignore:
Timestamp:
Aug 27, 1998, 2:03:49 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dfc64d9040de6607f7904b137f4174676a3a8fa7
Parents:
566fcb06b881c92244aa86e8cdf21cd1f05183f3
Message:
* reverted to previous version, for mpsr_s.tst yielded core dump


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    r566fcb r9c9fb9  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.7 1998-08-25 13:33:23 krueger Exp $ */
     6/* $Id: subexpr.h,v 1.8 1998-08-27 12:03:49 obachman Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    2323extern const char sNoName[];
    2424extern BOOLEAN siq;
    25 extern char *iiSleftv2name(leftv v);
    2625
    2726class sleftv;
     
    5150                  */
    5251    Subexpr e;    /* holds the indices for indexed values */
    53     idhdl       packhdl;
    54     idhdl       req_packhdl;
    5552    inline void Init() { memset(this,0,sizeof(*this)); }
    5653    void Set(int val);
     
    6764      else return sNoName;
    6865    }
    69     inline const char * Fullname()
    70     {
    71       if ((name!=NULL) && (e==NULL)) return(iiSleftv2name(this));
    72       else return sNoName;
    73     }
    7466    int  Typ();
    7567    int  LTyp(); /* returns LIST_CMD for l[i], otherwise returns Typ() */
     
    8375};
    8476
    85 #define IDSROOT(a) (IDPACKAGE(((sleftv)a).packhdl)->idroot)
    86 
    8777extern sleftv sLastPrinted;
    8878
     
    9585typedef ssym * sym;
    9686
    97 void syMake(leftv v,char * name, idhdl packhdl = NULL);
     87void syMake(leftv v,char * name);
    9888BOOLEAN assumeStdFlag(leftv h);
    9989
Note: See TracChangeset for help on using the changeset viewer.