Changeset 098f98f in git for kernel/walkSupport.cc


Ignore:
Timestamp:
Jan 6, 2010, 3:55:03 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
eaf66fe9969d8b8c2cf369ea94e7616f379a3229
Parents:
b46774f2ffde4294abff59d9fdb51d1914924c72
Message:
IDTYP etc -> ipid.h

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

Legend:

Unmodified
Added
Removed
  • kernel/walkSupport.cc

    rb46774 r098f98f  
    10251025  if (r == NULL) return NULL;
    10261026  int i,j;
    1027   ring res=(ring)omAllocBin(ip_sring_bin);
     1027  ring res=(ring)omAllocBin(sip_sring_bin);
    10281028
    10291029  memcpy4(res,r,sizeof(ip_sring));
Note: See TracChangeset for help on using the changeset viewer.