Changeset def568 in git for Singular/walk_ip.cc


Ignore:
Timestamp:
May 5, 2009, 12:09:24 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
3b45cf97026d92e08c3dcb9ea85e5cdd88aa0fab
Parents:
2dbaba417a5adc322a3e679319b2ded708f31ea6
Message:
*hannes: code simpl.


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

Legend:

Unmodified
Added
Removed
  • Singular/walk_ip.cc

    r2dbaba4 rdef568  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: walk_ip.cc,v 1.2 2008-09-22 11:43:59 Singular Exp $ */
     4/* $Id: walk_ip.cc,v 1.3 2009-05-05 10:09:24 Singular Exp $ */
    55/*
    66* ABSTRACT: frwalk: interpreter link
     
    307307///////////////////////////////////////////////////////////////////
    308308
    309 int64 getint64(lists l)
    310 {
    311   return (int64)(l->m[1].data);
    312 }
    313 
    314 ///////////////////////////////////////////////////////////////////
     309// not used, bad impl.
     310//int64 getint64(lists l)
     311//{
     312//  return (int64)(long)(l->m[1].data);
     313//}
     314
     315///////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.