Skip to content

Commit

Permalink
Remove failing check
Browse files Browse the repository at this point in the history
See k-takata/Onigmo#130 for information
  • Loading branch information
vadi2 committed Jul 27, 2019
1 parent 6ace186 commit c111562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vendor/onig/st.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c111562

Please sign in to comment.