Changeset 81bff55 in git for misc


Ignore:
Timestamp:
May 5, 2010, 4:01:48 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3bc01c780d4a0447782ed11242b0f51f4fda6f5f
Parents:
afdd5549fb47d9704dd9bc0d475fe4fb12126213
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-05-05 16:01:48+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:51:39+01:00
Message:
MAX_INT_VAL = INT_MAX :)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/mylimits.h

    rafdd55 r81bff55  
    1313*/
    1414
     15#ifndef _MYLIMITS_H
     16
    1517#ifdef IRIX
    1618#include "omlimits.h"
    1719#else
    1820#include <limits.h>
     21
    1922#endif
    2023
     24
     25
     26static const int MAX_INT_VAL = INT_MAX;
     27
     28
     29
     30#endif /* _MYLIMITS_H */
Note: See TracChangeset for help on using the changeset viewer.