Changeset 7447d8 in git for Singular/ipprint.cc


Ignore:
Timestamp:
Jul 27, 2005, 5:48:29 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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/ipprint.cc

    r7adb161 r7447d8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipprint.cc,v 1.22 2005-05-18 15:59:35 Singular Exp $ */
     4/* $Id: ipprint.cc,v 1.23 2005-07-27 15:47:57 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: printing
     
    263263  if ((u->next!=NULL)&&(u->Typ()==INT_CMD))
    264264  {
    265     print=((int)u->Data()>0);
     265    print=  (((long)(u->Data()))>0L);
    266266    u=u->next;
    267267  }
     
    286286{
    287287  int i,j;
    288   int row_shift=(int)atGet(u,"rowShift",INT_CMD);
     288  int row_shift=(int)((long)(atGet(u,"rowShift",INT_CMD)));
    289289  intvec * betti=(intvec *)u->Data();
    290290  // head line --------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.