Changeset fd1c20e in git for omalloc/omAllocDecl.h


Ignore:
Timestamp:
May 2, 2006, 3:27:49 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
11244adc4b8993898f266fb936d7a279c4e682f4
Parents:
c94a1dd227e28fc8e19d62079c7917a2ddd1c92c
Message:
*hannes: fix


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

Legend:

Unmodified
Added
Removed
  • omalloc/omAllocDecl.h

    rc94a1d rfd1c20e  
    44 *  Author:  obachman (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omAllocDecl.h,v 1.10 2006-05-02 13:03:15 Singular Exp $
     6 *  Version: $Id: omAllocDecl.h,v 1.11 2006-05-02 13:23:08 Singular Exp $
    77 *******************************************************************/
    88#ifndef OM_ALLOC_DECL_H
    99#define OM_ALLOC_DECL_H
    1010
    11 #ifdef OM_NDEBUG
     11#if defined(OM_NDEBUG) && defined(OM_ALLOC_H)
    1212#if (SIZEOF_LONG == 8)
    1313#define OM_T_FREE1
Note: See TracChangeset for help on using the changeset viewer.