Changeset 5c5c07 in git for omalloc


Ignore:
Timestamp:
Aug 24, 2000, 3:51:23 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
681957ed6007d8cb0b02e65bf0728f9dc084da80
Parents:
2c99ae50ad6fd741bbbed9c1ed2c2fdf1733c4e1
Message:
* changes to fix various stuff


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

Legend:

Unmodified
Added
Removed
  • omalloc/omAlloc.h

    r2c99ae r5c5c07  
    44 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omAlloc.h,v 1.6 2000-08-14 12:26:38 obachman Exp $
     6 *  Version: $Id: omAlloc.h,v 1.7 2000-08-24 13:51:23 obachman Exp $
    77 *******************************************************************/
    88#ifndef OM_ALLOC_H
     
    1111#include <stdlib.h>
    1212#include <stdio.h>
    13 #include <string.h>
    1413
    1514#ifdef __cplusplus
  • omalloc/omAllocSystem.c

    r2c99ae r5c5c07  
    44 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omAllocSystem.c,v 1.4 2000-08-16 12:55:47 obachman Exp $
     6 *  Version: $Id: omAllocSystem.c,v 1.5 2000-08-24 13:51:23 obachman Exp $
    77 *******************************************************************/
    88#ifndef OM_ALLOC_SYSTEM_C
     
    1111#include <unistd.h>
    1212#include <limits.h>
     13
     14
    1315/* disable our malloc macros */
    1416#define OM_NO_MALLOC_MACROS
     
    1618#include "omDefaultConfig.h"
    1719#include "omMalloc.h"
     20
     21/* include after omMalloc.h */
     22#include <string.h>
    1823
    1924#define OM_MALLOC_FROM_SYSTEM   OM_MALLOC_MALLOC
Note: See TracChangeset for help on using the changeset viewer.