Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 29, 2023
1 parent f4f2ccb commit 17f3875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions st2.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUBY_SYMBOL_EXPORT_BEGIN
#if SIZEOF_LONG == SIZEOF_VOIDP
typedef unsigned long st2_data_t;
#elif SIZEOF_LONG_LONG == SIZEOF_VOIDP
typedef unsigned LONG_LONG st2_data_t;
typedef unsigned long long st2_data_t;
#else
# error ---->> st.c requires sizeof(void*) == sizeof(long) or sizeof(LONG_LONG) to be compiled. <<----
# error ---->> st2.c requires sizeof(void*) == sizeof(long) or sizeof(long long) to be compiled. <<----
#endif
#define ST2_DATA_T_DEFINED

Expand Down

0 comments on commit 17f3875

Please sign in to comment.