Changeset 3e5387 in git


Ignore:
Timestamp:
Mar 21, 2007, 6:45:27 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9357f8a9d3b5a9973fb7184345bcb6ac378653a4
Parents:
a36e78f7f85445e5816d564f9ea8214033537fad
Message:
*hannes: static builds fixed


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

Legend:

Unmodified
Added
Removed
  • kernel/mmstd.c

    ra36e78 r3e5387  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmstd.c,v 1.3 2006-07-18 11:25:05 bricken Exp $ */
     4/* $Id: mmstd.c,v 1.4 2007-03-21 17:45:27 Singular Exp $ */
    55/*
    66* ABSTRACT: standard version of C-memory management alloc func
     
    2121#endif
    2222#include "omalloc.h"
     23#include "../Singular/static.h"
    2324
    2425// we provide these functions, so that the settings of OM_CHECK
     
    2627// on them
    2728// already provided in libomalloc
    28 #if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC)
     29#if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC) && !defined(HAVE_STATIC)
    2930
    3031// define this so that all addr allocated there are marked
Note: See TracChangeset for help on using the changeset viewer.