Changeset 81bff55 in git for misc/mylimits.h
- Timestamp:
- May 5, 2010, 4:01:48 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/mylimits.h
rafdd55 r81bff55 13 13 */ 14 14 15 #ifndef _MYLIMITS_H 16 15 17 #ifdef IRIX 16 18 #include "omlimits.h" 17 19 #else 18 20 #include <limits.h> 21 19 22 #endif 20 23 24 25 26 static const int MAX_INT_VAL = INT_MAX; 27 28 29 30 #endif /* _MYLIMITS_H */
Note: See TracChangeset
for help on using the changeset viewer.