Changeset 30b8381 in git for kernel/mmstd.c


Ignore:
Timestamp:
Jul 16, 2004, 10:43:01 AM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
eb333f15264ff5eda5006038b3f9ee7fbfe87c41
Parents:
654b44a579d2278ad9f452357b30484f749a343f
Message:
*hannes: betti and weights (from 2-0-5)


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

Legend:

Unmodified
Added
Removed
  • kernel/mmstd.c

    r654b44 r30b8381  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmstd.c,v 1.1.1.1 2003-10-06 12:15:57 Singular Exp $ */
     4/* $Id: mmstd.c,v 1.2 2004-07-16 08:43:00 Singular Exp $ */
    55/*
    66* ABSTRACT: standard version of C-memory management alloc func
     
    2222// and OM_TRACK are used, but only provide them if omalloc is not based
    2323// on them
    24 #ifndef OMALLOC_USES_MALLOC
     24// already provided in libomalloc
     25#if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC)
    2526
    2627// define this so that all addr allocated there are marked
    2728// as static, i.e. not metioned by omPrintUsedAddr
    2829#define OM_MALLOC_MARK_AS_STATIC
     30#define strdup_ strdup__
    2931#include <omalloc.c>
    3032#else
Note: See TracChangeset for help on using the changeset viewer.