Changeset bb1396 in git for Singular/polys-impl.h


Ignore:
Timestamp:
Aug 24, 2000, 4:28:55 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
30d8a152a104abfe89fae353b5945c3210760945
Parents:
0593472ef3c3dd68687aa9b2709175109cd1a850
Message:
*hannes: PDEBUG stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/polys-impl.h

    r059347 rbb1396  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys-impl.h,v 1.48 2000-08-24 14:24:51 Singular Exp $ */
     6/* $Id: polys-impl.h,v 1.49 2000-08-24 14:28:55 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, r)  pDBMonAdd(p1, p2, p3, r, __FILE__, __LINE__)
     404#define _prMonAdd(p1, p2, p3, r)  prDBMonAdd(p1, p2, p3, r, __FILE__, __LINE__)
    405405extern  void prDBMonAdd(poly p1, poly p2, poly p3, ring r, char* f, int l);
    406406inline void __prMonAdd(poly p1, poly p2, poly p3, ring r)
Note: See TracChangeset for help on using the changeset viewer.