Skip to content

Commit 23c1d77

Browse files
committed
Sync with jtckdint, again
1 parent 526fd77 commit 23c1d77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: jtckdint.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* Instead, you'll get a pretty good pure C11 and C++11 implementation.
5252
*
5353
* @see https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf
54-
* @version 0.1 (2023-07-22)
54+
* @version 0.2 (2024-11-20)
5555
*/
5656

5757
#ifndef JTCKDINT_H_
@@ -63,7 +63,6 @@
6363
#define __ckd_has_include(x) 0
6464
#endif
6565

66-
/* note: msys2 defines stdckdint.h but it doesn't work with c++ */
6766
#if __ckd_has_include(<stdckdint.h>) && !defined(__cplusplus)
6867
#include <stdckdint.h>
6968
#else

0 commit comments

Comments
 (0)