Changeset 7447d8 in git for Singular/attrib.cc


Ignore:
Timestamp:
Jul 27, 2005, 5:48:29 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0b5a8b964a0f8ffcf71b80e540492fabe3f379ce
Parents:
7adb161bdb6d1b153d8380ad71f162acf6914d8f
Message:
*hannes: gcc 4 and 64bit


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

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    r7adb161 r7447d8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: attrib.cc,v 1.23 2005-05-18 15:59:33 Singular Exp $ */
     4/* $Id: attrib.cc,v 1.24 2005-07-27 15:47:52 Singular Exp $ */
    55
    66/*
     
    368368      return TRUE;
    369369    }
    370     if (((int)c->Data())!=0)
     370    if (((long)c->Data())!=0L)
    371371    {
    372372      if (h!=NULL) setFlag(h,FLAG_STD);
     
    387387    }
    388388    ideal I=(ideal)v->Data();
    389     I->rank=si_max((int)I->rank,(int)c->Data());
     389    I->rank=si_max((int)I->rank,(int)((long)c->Data()));
    390390  }
    391391  else if ((strcmp(name,"global")==0)
Note: See TracChangeset for help on using the changeset viewer.