Changeset cce694c in git for libpolys/misc


Ignore:
Timestamp:
Mar 30, 2011, 3:51:45 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0ceb74fb301333567c3206509584432bc130b144
Parents:
68e548ee8870a94e63a4544c1b26bc8f08145dd4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-30 15:51:45+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:15+01:00
Message:
FIX: since omalloc is not always used by the users of <misc/auxiliary.h> we use limits.h instead
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/auxiliary.h

    r68e548 rcce694c  
    5757// BOOLEAN
    5858
    59 #include <omalloc/omalloc.h>
    60 
    6159#ifndef SIZEOF_LONG
    6260
    63 #include <climits>
     61#include <limits.h>
    6462
    6563#ifndef LONG_BIT
     
    7472
    7573#define SIZEOF_LONG (LONG_BIT/CHAR_BIT)
    76 
    77 #endif
     74// another option for SIZEOF_LONG: use omConfig included in <omalloc/omalloc.h>...
     75
     76#endif
     77
     78
     79
    7880
    7981
Note: See TracChangeset for help on using the changeset viewer.