source: git/libpolys/misc/mylimits.h @ 80d772

spielwiese
Last change on this file since 80d772 was 80d772, checked in by Hans Schoenemann <hannes@…>, 11 years ago
fix: mylimits.h
  • Property mode set to 100644
File size: 403 bytes
Line 
1/* -*-c++-*- */
2/*******************************************************************
3 *  File:    mylimits.h
4 *  Purpose: limits.h configuration for omalloc
5 *  Author:  hannes (Hans Schoenemann)
6 *  Created: 03/01
7 *******************************************************************/
8#ifndef _MYLIMITS_H
9#define _MYLIMITS_H
10
11#include <limits.h>
12#define MAX_INT_VAL 0x7fffffff
13
14#endif /* _MYLIMITS_H */
Note: See TracBrowser for help on using the repository browser.