Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Nov 15, 2023
1 parent 872afe6 commit 96c5e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/src/vendored/numpy/datetime/np_datetime.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This file is derived from NumPy 1.7. See NUMPY_LICENSE.txt
#define checked_int64_sub(a, b, res) __builtin_ssubll_overflow(a, b, res)
#define checked_int64_mul(a, b, res) __builtin_smulll_overflow(a, b, res)
#else
_Static_assert(0, "Sizeof long or long long must be 32 bits");
_Static_assert(0, "Sizeof long or long long must be 64 bits");
#endif
#else
_Static_assert(0,
Expand Down

0 comments on commit 96c5e1c

Please sign in to comment.