source: git/omalloc/mylimits.h @ 85bcd6

fieker-DuValspielwiese
Last change on this file since 85bcd6 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 373 bytes
RevLine 
[a90dc0]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
[b36d80c]9#ifndef _MYLIMITS_H
[49ea49]10#define _MYLIMITS_H
[b36d80c]11
[a90dc0]12#include <limits.h>
[b36d80c]13
14#endif /* _MYLIMITS_H */
Note: See TracBrowser for help on using the repository browser.