Changeset 6acb5a5 in git for omalloc/dlmalloc.h


Ignore:
Timestamp:
Aug 16, 2000, 2:55:48 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4949013aab1d55dfee7b4c883643d1680260f389
Parents:
b98efa9343dc4a1c3148508b85d31c7b3c049f1d
Message:
HP bug fixes


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

Legend:

Unmodified
Added
Removed
  • omalloc/dlmalloc.h

    rb98efa r6acb5a5  
    44 *  This was obtained by taking cutting out the beginning of malloc.c
    55 *
    6  *  Version: $Id: dlmalloc.h,v 1.4 2000-08-14 12:36:59 obachman Exp $
     6 *  Version: $Id: dlmalloc.h,v 1.5 2000-08-16 12:55:46 obachman Exp $
    77 *******************************************************************/
    88#ifndef DL_MALLOC_H
     
    1515#endif
    1616
     17#ifndef HAVE__USR_INCLUDE_MALLOC_H
     18#undef  HAVE__USR_INCLUDE_MALLOC_H
     19#endif
     20
     21#ifdef HAVE__USR_INCLUDE_MALLOC_H
     22#define HAVE_USR_INCLUDE_MALLOC_H 1
     23#endif
    1724
    1825#define OM_MALLOC_MALLOC   mALLOc
Note: See TracChangeset for help on using the changeset viewer.