Changeset 99cfa5e in git for kernel/kInline.h


Ignore:
Timestamp:
Jul 19, 2011, 5:52:03 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
8bb03bacde5949b6f6bcb5b42dd04074a1b4c000
Parents:
f0a8c590c5ba49e8fbdeae1fedd1d5686c1ac135
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 17:52:03+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
Message:
fix kInline.h (assume KINLINE is inline)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kInline.h

    rf0a8c59 r99cfa5e  
    99 *  Version: $Id$
    1010 *******************************************************************/
    11 #ifndef KINLINE_CC
    12 #define KINLINE_CC
     11#ifndef KINLINE_H
     12#define KINLINE_H
    1313
    1414#if !defined(NO_KINLINE) || defined(KUTIL_CC)
     
    689689  else if (lmBin != NULL && lmBin != currRing->PolyBin)
    690690  {
    691     p = p_LmShallowCopyDelete(p, currRing, lmBin);
     691    p = p_LmShallowCopyDelete(p, currRing);
    692692    FDeg = pFDeg();
    693693  }
     
    11681168
    11691169#endif // defined(KINLINE) || defined(KUTIL_CC)
    1170 #endif // KINLINE_CC
     1170#endif // KINLINE_H
Note: See TracChangeset for help on using the changeset viewer.