Changeset 8d0069 in git for omalloc/gmalloc.c


Ignore:
Timestamp:
Mar 22, 2001, 11:39:11 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4f85e4e9d3aad5369c5922537d1798f80d436e30
Parents:
5589c00e8f0a98f97d11c3da49fce9bdf4334de0
Message:
*hannes: mylimits.h.in


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

Legend:

Unmodified
Added
Removed
  • omalloc/gmalloc.c

    r5589c0 r8d0069  
    33 *  Purpose: implementation of malloc and friends from libc of
    44 *           Linux kernel version 5
    5  *  Version: $Id: gmalloc.c,v 1.4 2000-08-14 12:26:38 obachman Exp $
     5 *  Version: $Id: gmalloc.c,v 1.5 2001-03-22 22:39:07 Singular Exp $
    66 *******************************************************************/
    77#include "omMalloc.h"
     
    5353
    5454#if defined (__GNU_LIBRARY__) || (defined (__STDC__) && __STDC__)
    55 #include <limits.h>
     55#include <mylimits.h>
    5656#else
    5757#ifndef CHAR_BIT
Note: See TracChangeset for help on using the changeset viewer.