Changeset 49ea49 in git for libpolys/misc/mylimits.h


Ignore:
Timestamp:
Nov 14, 2011, 9:58:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8babe7f5911040e9a652f83ae402f78b91d5c3ed
Parents:
3826d071b0fe1a52a0fa5cdc532b9c99960c5018
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-14 21:58:53+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:57:52+01:00
Message:
CHG: eliminated omalloc/omlimits.h.in->.h in favour of static mylimits.h (limits.h)
CHG: generate and use omalloc/omConfig.h (in favour of omConfig.h.in + config.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/mylimits.h

    r3826d0 r49ea49  
    77 *  Version: $Id$
    88 *******************************************************************/
    9 /* on IRIX-6 machines, the values in <limits.h>
    10 * do not reflect the code generated by gcc -
    11 * so we have to use our own
    12 * (will result in "redefining warnings")
    13 */
    14 
    159#ifndef _MYLIMITS_H
    1610#define _MYLIMITS_H
    17 #ifdef IRIX
    18 #include <omalloc/omlimits.h>
    19 #else
     11
    2012#include <limits.h>
    21 #endif
    22 
    23 
    2413
    2514static const int MAX_INT_VAL = INT_MAX;
    2615
    27 
    28 
    2916#endif /* _MYLIMITS_H */
Note: See TracChangeset for help on using the changeset viewer.