Changeset 125302 in git


Ignore:
Timestamp:
Feb 6, 2001, 2:14:02 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8590d9f0b0dca64448dd1e97b700402e2a5fd7ec
Parents:
f79c9db7097b3781900a8172c27c3009192cded3
Message:
*hannes: SunOS_4 POrt: no memmove


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.cc

    rf79c9d r125302  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.93 2001-01-18 16:21:14 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.94 2001-02-06 13:14:02 hannes Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    2323// define if enterL, enterT should use memmove instead of doing it manually
    2424// on topgun, this is slightly faster (see monodromy_l.tst, homog_gonnet.sing)
     25#ifndef SunOS_4
    2526#define ENTER_USE_MEMMOVE
     27#endif
    2628
    2729// define, if the my_memmove inlines should be used instead of
Note: See TracChangeset for help on using the changeset viewer.