Skip to content

Commit

Permalink
src/jv_dtoa.c: Fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichEckhardt authored and emanuele6 committed Feb 8, 2024
1 parent 6980cc9 commit 623d7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jv_dtoa.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ extern "C" {
#endif

#if defined(IEEE_8087) + defined(IEEE_MC68k) + defined(VAX) + defined(IBM) != 1
Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
# error Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
#endif

typedef union { double d; ULong L[2]; } U;
Expand Down

0 comments on commit 623d7a8

Please sign in to comment.