Changeset 2f4434 in git


Ignore:
Timestamp:
May 12, 2003, 4:45:32 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c61d19f815d802c1e4402bb4c16f264a2f261d2a
Parents:
2537bcce97e6db25dc0c6776942388017f955663
Message:
*hannes: fixes for unusaul combinations of NDEBUG/om_NDEBUG


git-svn-id: file:///usr/local/Singular/svn/trunk@6719 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omDebug.h

    r2537bcc r2f4434  
    44 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55 *  Created: 7/00
    6  *  Version: $Id: omDebug.h,v 1.14 2001-04-30 09:02:04 Singular Exp $
     6 *  Version: $Id: omDebug.h,v 1.15 2003-05-12 14:45:32 Singular Exp $
    77 *******************************************************************/
    88#ifndef OM_DEBUG_H
     
    7070#ifdef OM_TRACK_CUSTOM
    7171#ifdef OM_NDEBUG
    72 #define omSetCustomOfAddr(addr) ((void)0)
     72#define omSetCustomOfAddr(addr,value) ((void)0)
    7373#define omGetCustomOfAddr(addr) ((void*)0)
    74 #define omSetCustomOfTrackAddr(addr) ((void)0)
     74#define omSetCustomOfTrackAddr(addr,value) ((void)0)
    7575#define omGetCustomOfTrackAddr(addr) ((void*)0)
    7676#else
Note: See TracChangeset for help on using the changeset viewer.