Changeset 1aa559b in git for Singular/subexpr.cc


Ignore:
Timestamp:
Feb 23, 2004, 8:04:05 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3ebba4a56769d7784bf8af7c80ff439c6a7b152e
Parents:
a9042d0e9a0cd833346da77996b03bb5379ec4bc
Message:
*hannes: fixes + MPport from 2-0


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    ra9042d r1aa559b  
    55* ABSTRACT: handling of leftv
    66*/
    7 /* $Id: subexpr.cc,v 1.85 2003-03-10 16:43:54 Singular Exp $ */
     7/* $Id: subexpr.cc,v 1.86 2004-02-23 19:04:05 Singular Exp $ */
    88
    99#include <stdlib.h>
     
    14041404    {
    14051405      BOOLEAN ok=FALSE;
    1406       poly p = ((currRingHdl!=NULL)     /* ring required */
    1407                &&(!yyInRingConstruction) /* not in decl */
    1408                &&(IDLEV(currRingHdl)!=myynest)) /* already in case 4/6 */
     1406      poly p = ((currRing!=NULL)     /* ring required */
     1407               && (currRingHdl!=NULL)
     1408               && (!yyInRingConstruction) /* not in decl */
     1409               && (IDLEV(currRingHdl)!=myynest)) /* already in case 4/6 */
    14091410                     ? pmInit(id,ok) : (poly)NULL;
    14101411      if (ok)
Note: See TracChangeset for help on using the changeset viewer.