source: git/omalloc/mylimits.h @ 39497b

spielwiese
Last change on this file since 39497b was a90dc0, checked in by Hans Schönemann <hannes@…>, 23 years ago
* hannes: code cleanup wrt. *limits.h git-svn-id: file:///usr/local/Singular/svn/trunk@5594 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 589 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: mylimits.h,v 1.1 2001-08-21 13:59:31 Singular Exp $
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.