Changeset 3ea5d2f in git for Singular/attrib.cc


Ignore:
Timestamp:
Mar 18, 2009, 5:35:54 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ca371daac5696a1f6fdcee99b9318e2ed31316d1
Parents:
d92713daaf53064c41302f5ac677aa51908ff3c9
Message:
*hannes: int64 stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    rd92713 r3ea5d2f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: attrib.cc,v 1.32 2009-02-20 09:27:45 Singular Exp $ */
     4/* $Id: attrib.cc,v 1.33 2009-03-18 16:35:54 Singular Exp $ */
    55
    66/*
     
    322322  {
    323323    res->rtyp=INT_CMD;
    324     res->data=(void *)(((ring)v->Data())->isLPring);
     324    res->data=(void *)(long)(((ring)v->Data())->isLPring);
    325325  }
    326326#endif
Note: See TracChangeset for help on using the changeset viewer.