mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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:
parent
4dd26ddf8e
commit
3fa9a42fdd
@ -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
Block a user