Changeset b4c4621 in git


Ignore:
Timestamp:
Sep 14, 2011, 2:22:27 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
d8943718fef8cc5c08528be5fe63c8682ee71700
Parents:
3936518156572bd3fb42fa5913ccccc2039ab2ec
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-14 14:22:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:48+01:00
Message:
FIX: HAVE_SHIFTBBA should be in libpolys/misc/auxiliary.h (NOT in mod2.h!)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    r393651 rb4c4621  
    5656/* still testing */
    5757#undef HAVE_F5C
    58 
    59 /* letterplace gb:*/
    60 #define HAVE_SHIFTBBA 1
    6158
    6259/* procedures to compute with units */
  • libpolys/misc/auxiliary.h.in

    r393651 rb4c4621  
    3737#ifndef HAVE_NTL
    3838#undef HAVE_NTL
     39#endif
     40
     41/* letterplace gb:*/
     42#ifndef HAVE_SHIFTBBA
     43#undef HAVE_SHIFTBBA
    3944#endif
    4045
Note: See TracChangeset for help on using the changeset viewer.