Changeset 9d864a in git for Singular/iparith.cc


Ignore:
Timestamp:
Nov 18, 2013, 7:03:55 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
60110589ad662f73a8d1ce726f2441e594383bfd
Parents:
5a097ed0e22afe4b66b603eb41164323d4d60430
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-18 19:03:55+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-18 19:05:08+01:00
Message:
fix: run mod_init in the package of the library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r5a097e r9d864a  
    20662066{
    20672067  //Print("exportto %s -> %s\n",v->Name(),u->Name() );
    2068   return iiExport(v,0,(idhdl)u->data);
     2068  return iiExport(v,0,IDPACKAGE((idhdl)u->data));
    20692069}
    20702070static BOOLEAN jjERROR(leftv, leftv u)
Note: See TracChangeset for help on using the changeset viewer.