forked from OSchip/llvm-project
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). llvm-svn: 133711
This commit is contained in:
parent
321cdb8551
commit
5688b2b25b
|
@ -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)
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue