Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 30, 2023
1 parent c7dde67 commit afa2376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUBY_SYMBOL_EXPORT_BEGIN
#if SIZEOF_LONG == SIZEOF_VOIDP
typedef long st2_data_t;
#elif SIZEOF_LONG_LONG == SIZEOF_VOIDP
typedef long st2_data_t;
typedef long long st2_data_t;
#else
# error ---->> st2.c requires sizeof(void*) == sizeof(long) or sizeof(LONG_LONG) to be compiled. <<----
#endif
Expand Down

0 comments on commit afa2376

Please sign in to comment.