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 604ca9a commit c7dde67
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 @@ -21,9 +21,9 @@ extern "C" {
RUBY_SYMBOL_EXPORT_BEGIN

#if SIZEOF_LONG == SIZEOF_VOIDP
typedef unsigned long st2_data_t;
typedef long st2_data_t;
#elif SIZEOF_LONG_LONG == SIZEOF_VOIDP
typedef unsigned LONG_LONG st2_data_t;
typedef 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 c7dde67

Please sign in to comment.