Changeset dc25e4 in git


Ignore:
Timestamp:
Sep 21, 2006, 7:00:39 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
c5e5e7f40eec6f0e7c583b5db4f44ecc883ffa2f
Parents:
935f5256ab4becd2ce3f8d4ea2eab05f93b60691
Message:
*hannes: 64bit stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r935f52 rdc25e4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.107 2006-07-19 13:10:14 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.108 2006-09-21 17:00:39 Singular Exp $ */
    55
    66/*
     
    7171  /* initialize components */
    7272  siRandomStart=inits();
    73   feOptSpec[FE_OPT_RANDOM].value = (void*) siRandomStart;
     73  feOptSpec[FE_OPT_RANDOM].value = (void*) ((long)siRandomStart);
    7474  int optc, option_index;
    7575  char* errormsg;
Note: See TracChangeset for help on using the changeset viewer.