Changeset da4b32 in git for xalloc/omalloc.h


Ignore:
Timestamp:
Sep 12, 2016, 5:31:21 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
98123a6d20c823df0a5dc471793cf7e98e0d5fc8
Parents:
58543e3f682941d3b62b869286d766749a9a385b
Message:
add define OM_NDEBUG to xalloc/omalloc.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xalloc/omalloc.h

    r58543e3 rda4b32  
    55****************************************/
    66/*
    7 * ABSTRACT
     7* ABSTRACT: omalloc simulation
    88*/
     9/* debug routines of omalloc are not implemented, but as dummies provided: */
     10#define OM_NDEBUG 1
     11
    912#include <stdlib.h>
    1013#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.