diff options
author | Brad King <brad.king@kitware.com> | 2016-09-15 12:46:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-15 12:46:34 (GMT) |
commit | 0063b6b43c77741944fc2d55fbab05a0750e321b (patch) | |
tree | 55b502198873bf06897b1c028dcf1680ac21ec6e | |
parent | 0b282335ab2dd9788d7203cc2f94d4f695d686a4 (diff) | |
parent | d4d0c9422695e3ba67d933566c69034ed814d9ea (diff) | |
download | CMake-0063b6b43c77741944fc2d55fbab05a0750e321b.zip CMake-0063b6b43c77741944fc2d55fbab05a0750e321b.tar.gz CMake-0063b6b43c77741944fc2d55fbab05a0750e321b.tar.bz2 |
Merge topic 'fix-ccmake-sun-gcc'
d4d0c942 ccmake: Fix recent compilation regression with GCC on Solaris
-rw-r--r-- | Source/CursesDialog/cmCursesStandardIncludes.h | 4 | ||||
-rw-r--r-- | Source/CursesDialog/form/form.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h index 4929958..1d8d7c6 100644 --- a/Source/CursesDialog/cmCursesStandardIncludes.h +++ b/Source/CursesDialog/cmCursesStandardIncludes.h @@ -14,10 +14,6 @@ #include <cmConfigure.h> -#if defined(__sun__) && defined(__GNUC__) -#define _MSE_INT_H -#endif - #if defined(__hpux) #define _BOOL_DEFINED #include <sys/time.h> diff --git a/Source/CursesDialog/form/form.h b/Source/CursesDialog/form/form.h index 1219cb5..b65a3ca 100644 --- a/Source/CursesDialog/form/form.h +++ b/Source/CursesDialog/form/form.h @@ -33,10 +33,6 @@ #ifndef FORM_H #define FORM_H -#if defined(__sun__) && defined(__GNUC__) - #define _MSE_INT_H -#endif - #include <cmFormConfigure.h> /* figure out which curses.h to include */ |