Changeset 611871 in git for kernel/walkSupport.cc


Ignore:
Timestamp:
Mar 28, 2011, 1:53:28 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f97705b0f28d859734876fd55a7115c409a8b5c8
Parents:
a3a116bf31680a590c2cc3c1e27c44b1b4fc7dea
Message:
rename memcpy4 -> memcpy

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

Legend:

Unmodified
Added
Removed
  • kernel/walkSupport.cc

    ra3a116 r611871  
    10151015//i.e. if old order was O, then the new one will be (A(w),O)
    10161016///////////////////////////////////////////////////////////////////
    1017 //Uses: omAllocBin,memcpy4,sizeof,nCopy,omStrDup,omMemDup,
     1017//Uses: omAllocBin,memcpy,sizeof,nCopy,omStrDup,omMemDup,
    10181018//idrCopyR_NoSort
    10191019///////////////////////////////////////////////////////////////////
     
    10271027  ring res=(ring)omAllocBin(sip_sring_bin);
    10281028
    1029   memcpy4(res,r,sizeof(ip_sring));
     1029  memcpy(res,r,sizeof(ip_sring));
    10301030  res->VarOffset = NULL;
    10311031  res->ref=0;
Note: See TracChangeset for help on using the changeset viewer.