source: git/omalloc/mylimits.h @ a82c308

spielwiese
Last change on this file since a82c308 was 49ea49, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
CHG: eliminated omalloc/omlimits.h.in->.h in favour of static mylimits.h (limits.h) CHG: generate and use omalloc/omConfig.h (in favour of omConfig.h.in + config.h)
  • Property mode set to 100644
File size: 391 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
10#ifndef _MYLIMITS_H
11#define _MYLIMITS_H
12
13#include <limits.h>
14
15#endif /* _MYLIMITS_H */
Note: See TracBrowser for help on using the repository browser.