source: git/omalloc/omalloc_provide.c @ e4e36c

spielwiese
Last change on this file since e4e36c 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: 539 bytes
Line 
1/*******************************************************************
2 *  File:    omalloc_provide.c
3 *  Purpose: implementation of ANSI-C conforming malloc functions
4 *            which are to be provided by omalloc library
5 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
6 *  Created: 11/99
7 *******************************************************************/
8#include <omalloc/omConfig.h>
9
10#if OM_PROVIDE_MALLOC > 0
11#if OM_PROVIDE_MALLOC > 1
12#include <omalloc/omalloc_debug.c>
13#else
14#include <omalloc/omalloc.c>
15#endif
16#endif
Note: See TracBrowser for help on using the repository browser.