View | Details | Raw Unified | Return to issue 64453
Collapse All | Expand All

(-)cppu/inc/uno/lbnames.h.orig (-1 / +1 lines)
Lines 70-76 Link Here
70
#error "Tested gcc 2 versions are 2.91 and 2.95.  Patch uno/lbnames.h to try your gcc 2 version."
70
#error "Tested gcc 2 versions are 2.91 and 2.95.  Patch uno/lbnames.h to try your gcc 2 version."
71
#elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
71
#elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
72
#define __CPPU_ENV gcc3
72
#define __CPPU_ENV gcc3
73
#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 1)
73
#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 2)
74
#define __CPPU_ENV gcc3
74
#define __CPPU_ENV gcc3
75
#elif (__GNUC__ == 3)
75
#elif (__GNUC__ == 3)
76
#error "Tested gcc 3 version is <= 3.4.  Patch uno/lbnames.h to try your gcc 3 version."
76
#error "Tested gcc 3 version is <= 3.4.  Patch uno/lbnames.h to try your gcc 3 version."

Return to issue 64453