Skip to content

Commit

Permalink
[ruby/fiddle] Use ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored and hsbt committed Aug 2, 2023
1 parent fd782dc commit 10588fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/fiddle/fiddle.h
Expand Up @@ -118,7 +118,7 @@
#define TYPE_UINT -TYPE_INT
#define TYPE_LONG 5
#define TYPE_ULONG -TYPE_LONG
#if HAVE_LONG_LONG
#ifdef HAVE_LONG_LONG
#define TYPE_LONG_LONG 6
#define TYPE_ULONG_LONG -TYPE_LONG_LONG
#endif
Expand Down

0 comments on commit 10588fa

Please sign in to comment.