Changeset d3e295a in git


Ignore:
Timestamp:
Sep 30, 1998, 4:34:28 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
63be4234f984d181f1f72b6785e2e45b7ba7cc13
Parents:
c616d1a866332e51b67371d164a1d853e45e3434
Message:
*hannes: MDEBUG/PDEBUG fix


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.h

    rc616d1 rd3e295a  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ideals.h,v 1.9 1998-08-27 12:32:40 Singular Exp $ */
     6/* $Id: ideals.h,v 1.10 1998-09-30 14:34:28 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate ideals
     
    1010#include "structs.h"
    1111
    12 #ifdef MDEBUG
     12#ifdef PDEBUG
    1313ideal idDBInit (int size, int rank, char *f, int l);
    1414#define idInit(A,B) idDBInit(A,B,__FILE__,__LINE__)
     
    3939#endif
    4040
    41 #ifdef MDEBUG
     41#ifdef PDEBUG
    4242ideal idDBCopy(ideal h1,char *f,int l);
    4343#define idCopy(A) idDBCopy(A,__FILE__,__LINE__)
Note: See TracChangeset for help on using the changeset viewer.