Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317207 | Differences between
and this patch

Collapse All | Expand All

(-)cppu/inc/uno/lbnames.h.old (-2 / +2 lines)
Lines 62-73 provoking error here, because PP ignores Link Here
62
#error "Tested gcc 2 versions are 2.91 and 2.95.  Patch uno/lbnames.h to try your gcc 2 version."
62
#error "Tested gcc 2 versions are 2.91 and 2.95.  Patch uno/lbnames.h to try your gcc 2 version."
63
#elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
63
#elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
64
#define __CPPU_ENV gcc3
64
#define __CPPU_ENV gcc3
65
#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 4)
65
#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 5)
66
#define __CPPU_ENV gcc3
66
#define __CPPU_ENV gcc3
67
#elif (__GNUC__ == 3)
67
#elif (__GNUC__ == 3)
68
#error "Tested gcc 3 version is <= 3.4.  Patch uno/lbnames.h to try your gcc 3 version."
68
#error "Tested gcc 3 version is <= 3.4.  Patch uno/lbnames.h to try your gcc 3 version."
69
#else
69
#else
70
#error "Supported gcc majors are 2 , 3 and 4 <= 4.4.  Unsupported gcc major version."
70
#error "Supported gcc majors are 2 , 3 and 4 <= 4.5.  Unsupported gcc major version."
71
#endif /* defined (__GNUC__) */
71
#endif /* defined (__GNUC__) */
72
#endif /* defined (_MSC_VER) */
72
#endif /* defined (_MSC_VER) */
73
73

Return to bug 317207