Changeset c08fa4 in git


Ignore:
Timestamp:
Jan 6, 2006, 12:31:36 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
8382cd0653d1f94ad95ad2954bf355a2111efc28
Parents:
84fadb7c8577827370d85a6ca508b35d0d3269cb
Message:
*hannes: 64bit port


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r84fadb rc08fa4  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.236 2006-01-05 15:40:55 Singular Exp $ */
     4/* $Id: extra.cc,v 1.237 2006-01-06 11:31:36 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    20092009        if (h->Typ() == INT_CMD)
    20102010        {
    2011           max = (int) h->Data();
     2011          max = (int)(long)h->Data();
    20122012        }
    20132013        h = h->Next();
     
    24942494      extern int strat_nr;
    24952495      extern int strat_fac_debug;
    2496       strat_fac_debug=(int)h->Data();
     2496      strat_fac_debug=(int)(long)h->Data();
    24972497      strat_nr=0;
    24982498      return FALSE;
Note: See TracChangeset for help on using the changeset viewer.