Changeset 89e918 in git for omalloc


Ignore:
Timestamp:
Jan 26, 2004, 11:16:51 AM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ffc9751f5066668d767533fd6bd2e10643e6fb55
Parents:
a42c3c35e15a9cceeee46a704d88cbb97fd673d8
Message:
*hannes: avoid redefines


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

Legend:

Unmodified
Added
Removed
  • omalloc/omalloc.c

    ra42c3c r89e918  
    55 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    66 *  Created: 11/99
    7  *  Version: $Id: omalloc.c,v 1.8 2002-02-20 15:30:16 Singular Exp $
     7 *  Version: $Id: omalloc.c,v 1.9 2004-01-26 10:16:51 Singular Exp $
    88 *******************************************************************/
    99
     
    8989#undef strdup
    9090#endif
    91 char* strdup_(const char* addr)
     91char* strdup(const char* addr)
    9292{
    9393  char* n_s;
Note: See TracChangeset for help on using the changeset viewer.