Changeset 9446182 in git


Ignore:
Timestamp:
Aug 14, 2000, 2:37:00 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
4697a8a1ccbf49d0048033ea29c651e3966ba729
Parents:
e70e4551542eefac512b582fde60dfe4de359b39
Message:
* porting stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@4522 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
omalloc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • omalloc/dlmalloc.h

    re70e45 r9446182  
    44 *  This was obtained by taking cutting out the beginning of malloc.c
    55 *
    6  *  Version: $Id: dlmalloc.h,v 1.3 2000-08-14 12:26:36 obachman Exp $
     6 *  Version: $Id: dlmalloc.h,v 1.4 2000-08-14 12:36:59 obachman Exp $
    77 *******************************************************************/
    88#ifndef DL_MALLOC_H
     
    2222#define OM_MALLOC_VFREE(addr, size) OM_MALLOC_FREE(addr)
    2323#define OM_MALLOC_SIZEOF_ADDR(addr) malloc_usable_size(addr)
     24#define cfree cFREe
    2425
    2526/* Statistics */
  • omalloc/omConfig.h

    re70e45 r9446182  
    66 *  Author:  obachman (Olaf Bachmann)
    77 *  Created: 11/99
    8  *  Version: $Id: omConfig.h,v 1.1 2000-08-14 12:18:27 obachman Exp $
     8 *  Version: $Id: omConfig.h,v 1.2 2000-08-14 12:37:00 obachman Exp $
    99 *******************************************************************/
    1010#ifndef OM_CONFIG_H
     
    1717   by omDefaultConfig.h */
    1818#ifndef OM_HAVE_EXTERNAL_CONFIG_H
    19 #define OM_HAVE_EXTERNAL_CONFIG_H
     19/* #undef OM_HAVE_EXTERNAL_CONFIG_H */
    2020#endif
    2121/* define if you can inline */
  • omalloc/omConfig.h.in

    re70e45 r9446182  
    55 *  Author:  obachman (Olaf Bachmann)
    66 *  Created: 11/99
    7  *  Version: $Id: omConfig.h.in,v 1.4 2000-08-14 12:08:44 obachman Exp $
     7 *  Version: $Id: omConfig.h.in,v 1.5 2000-08-14 12:37:00 obachman Exp $
    88 *******************************************************************/
    99#ifndef OM_CONFIG_H
     
    1616   by omDefaultConfig.h */
    1717#ifndef OM_HAVE_EXTERNAL_CONFIG_H
    18 #define OM_HAVE_EXTERNAL_CONFIG_H
     18#undef OM_HAVE_EXTERNAL_CONFIG_H
    1919#endif
    2020/* define if you can inline */
Note: See TracChangeset for help on using the changeset viewer.