Skip to content

Commit

Permalink
🛠 Fix type for ZTD_C(XX)_VERSION definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Jan 8, 2024
1 parent 3efae9e commit 4babfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ztd/version/detail/version.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
#if defined (ZTD_C_VERSION)
#define ZTD_C_VERSION_I_ ZTD_C_VERSION
#elif ZTD_IS_ON(ZTD_C)
#define ZTD_CXX_VERSION_I_ __STDC_VERSION__
#define ZTD_C_VERSION_I_ __STDC_VERSION__
#else
#define ZTD_C_VERSION_I_ 0
#endif
Expand Down

0 comments on commit 4babfa5

Please sign in to comment.