Changeset 538512 in git for kernel/polys.h


Ignore:
Timestamp:
Jan 10, 2013, 12:47:19 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
80c703d0b975055386088b85c7bcdd5c7684adc0
Parents:
c2ff4132e497bb884e85e7bcb9974f183308e2bb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-01-10 12:47:19+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-01-10 12:48:14+01:00
Message:
chg: StringAppend/StringSetS/StringEndS: use multiple times
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    rc2ff413 r538512  
    273273// let's inline those, so that we can call them from the debugger
    274274inline char*   pString(poly p)    {return p_String(p, currRing, currRing);}
    275 inline char*   pString0(poly p)   {return p_String0(p, currRing, currRing);}
     275inline void    pString0(poly p)   {p_String0(p, currRing, currRing);}
    276276inline void    pWrite(poly p)     {p_Write(p, currRing, currRing);}
    277277inline void    pWrite0(poly p)    {p_Write0(p, currRing, currRing);}
Note: See TracChangeset for help on using the changeset viewer.