#undef minor at the right place

This commit is contained in:
Benoit Jacob 2010-03-06 14:44:57 -05:00
parent 7e2afe7e95
commit c4f8afdf49
2 changed files with 3 additions and 2 deletions

View File

@ -169,6 +169,9 @@
// defined in bits/termios.h
#undef B0
// defined in some GNU standard header
#undef minor
namespace Eigen {
inline static const char *SimdInstructionSetsInUse(void) {

View File

@ -26,8 +26,6 @@
#ifndef EIGEN_MACROS_H
#define EIGEN_MACROS_H
#undef minor
#define EIGEN_WORLD_VERSION 2
#define EIGEN_MAJOR_VERSION 91
#define EIGEN_MINOR_VERSION 0