From c11156227afb9d037dd11d2e772f54350cb7677c Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Sat, 27 Jul 2019 07:35:49 +0200 Subject: [PATCH] Remove failing check See https://github.com/k-takata/Onigmo/issues/130 for information --- vendor/onig/st.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/onig/st.h b/vendor/onig/st.h index 812292b..fd30e89 100644 --- a/vendor/onig/st.h +++ b/vendor/onig/st.h @@ -62,7 +62,6 @@ typedef st_data_t st_index_t; typedef int st_compare_func(st_data_t, st_data_t); typedef st_index_t st_hash_func(st_data_t); -typedef char st_check_for_sizeof_st_index_t[SIZEOF_VOIDP == (int)sizeof(st_index_t) ? 1 : -1]; #define SIZEOF_ST_INDEX_T SIZEOF_VOIDP struct st_hash_type {