Skip to content

Commit 89f97fd

Browse files
committed
Update config_darwin.h
1 parent 0bc9d42 commit 89f97fd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lib/cext/include/truffleruby/config_darwin.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
#define HAVE_LOCALE_H 1
3535
#define HAVE_MALLOC_MALLOC_H 1
3636
#define HAVE_PWD_H 1
37-
#define HAVE_SANITIZER_ASAN_INTERFACE_H 1
38-
#define HAVE_SANITIZER_MSAN_INTERFACE_H 1
3937
#define HAVE_STDALIGN_H 1
4038
#define HAVE_SYS_ATTR_H 1
4139
#define HAVE_SYS_FCNTL_H 1
@@ -51,8 +49,6 @@
5149
#define HAVE_TIME_H 1
5250
#define HAVE_UCONTEXT_H 1
5351
#define HAVE_UTIME_H 1
54-
#define HAVE_GMP_H 1
55-
#define HAVE_LIBGMP 1
5652
#define HAVE_TYPEOF 1
5753
#define HAVE_LONG_LONG 1
5854
#define HAVE_OFF_T 1
@@ -397,5 +393,5 @@
397393
#define RUBY_JMP_BUF sigjmp_buf
398394
#define USE_MJIT 1
399395
#define HAVE_PTHREAD_H 1
400-
#define RUBY_PLATFORM "x86_64-darwin18"
401-
#endif /* INCLUDE_RUBY_CONFIG_H */
396+
#define RUBY_PLATFORM "x86_64-darwin19"
397+
#endif /* INCLUDE_RUBY_CONFIG_H */

0 commit comments

Comments
 (0)