remove CMake mode_t define

It's now replaced with a simple ifdef _MSC_VER in the one
place it's needed (clang's FileManager.h header).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dylan Noblesmith 2011-06-23 12:21:33 +00:00
parent 4dd26ddf8e
commit 3fa9a42fdd
2 changed files with 0 additions and 4 deletions

View File

@ -349,7 +349,6 @@ endif( MINGW )
if( MSVC )
set(error_t int)
set(mode_t "unsigned short")
set(LTDL_SHLIBPATH_VAR "PATH")
set(LTDL_SYSSEARCHPATH "")
set(LTDL_DLOPEN_DEPLIBS 1)

View File

@ -686,9 +686,6 @@
`char[]'. */
#undef YYTEXT_POINTER
/* Define to a type to use for `mode_t' if it is not otherwise available. */
#cmakedefine mode_t ${mode_t}
/* Define to a function replacing strtoll */
#cmakedefine strtoll ${strtoll}