Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion win32/config.vc
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ d_tm_tm_zone='undef'
d_tmpnam_r='undef'
d_towlower='undef'
d_towupper='undef'
d_trunc='undef'
d_trunc='define'
d_truncate='undef'
d_truncl='undef'
d_ttyname_r='undef'
Expand Down
2 changes: 1 addition & 1 deletion win32/config_H.vc
Original file line number Diff line number Diff line change
Expand Up @@ -3543,7 +3543,7 @@
* This symbol, if defined, indicates that the trunc routine is
* available to round doubles towards zero.
*/
/*#define HAS_TRUNC / **/
#define HAS_TRUNC /**/

/* HAS_TRUNCL:
* This symbol, if defined, indicates that the truncl routine is
Expand Down