Changeset fd1c20e in git for omalloc


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


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

Legend:

Unmodified
Added
Removed
  • omalloc/makeheader

    rc94a1d rfd1c20e  
    11#! /bin/sh
    2 # $Id: makeheader,v 1.1 2005-07-28 15:02:28 Singular Exp $
     2# $Id: makeheader,v 1.2 2006-05-02 13:27:49 Singular Exp $
    33
    44#
     
    8383
    8484echo "/* $outfile automatically generated by makeheader from $infile */" > "$outfile"
     85echo "#ifndef OMALLOC_H" >> "$outfile"
     86echo "#define OMALLOC_H" >> "$outfile"
     87echo "#endif" >> "$outfile"
    8588
    8689# scan through template
  • 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.