source: git/misc/mylimits.h @ 30e9c5f

spielwiese
Last change on this file since 30e9c5f was 30e9c5f, checked in by Mohamed Barakat <mohamed.barakat@…>, 14 years ago
created directory misc/ and moved mylimits.h in there
  • Property mode set to 100644
File size: 537 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 *  Version: $Id$
8 *******************************************************************/
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
15#ifdef IRIX
16#include "omlimits.h"
17#else
18#include <limits.h>
19#endif
20
Note: See TracBrowser for help on using the repository browser.