Changeset 059347 in git


Ignore:
Timestamp:
Aug 24, 2000, 4:24:51 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bb139611143db5108bb4d7e25648bc2888d556c8
Parents:
4f65c4b8cfe78257f54d326cd1a5e89c3c0117e7
Message:
* hannes; fixed PDEBUG macros


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

Legend:

Unmodified
Added
Removed
  • Singular/polys-impl.h

    r4f65c4 r059347  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys-impl.h,v 1.47 2000-08-24 11:21:44 Singular Exp $ */
     6/* $Id: polys-impl.h,v 1.48 2000-08-24 14:24:51 Singular Exp $ */
    77
    88/***************************************************************
     
    402402// Makes p1 a copy of p2 and adds on exponents of p3
    403403#if defined(PDEBUG) && PDEBUG > 1
    404 #define _prMonAdd(p1, p2, p3)  pDBMonAdd(p1, p2, p3, __FILE__, __LINE__)
    405 extern  void prDBMonAdd(poly p1, poly p2, poly p3, char* f, int l);
    406 inline void __prMonAdd(poly p1, poly p2, poly p3)
     404#define _prMonAdd(p1, p2, p3, r)  pDBMonAdd(p1, p2, p3, r, __FILE__, __LINE__)
     405extern  void prDBMonAdd(poly p1, poly p2, poly p3, ring r, char* f, int l);
     406inline void __prMonAdd(poly p1, poly p2, poly p3, ring r)
    407407#else
    408408  DECLARE(void, _prMonAdd(poly p1, poly p2, poly p3, ring r))
Note: See TracChangeset for help on using the changeset viewer.