Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb04ebca

Browse files
committed
Remove plperl isnan hack
The code previously undefined isnan because of a compiler warning onMinGW. Since we now need to use isnan, we can't do that anymore.We might need a different solution if the compiler warning is tooannoying.
1 parentc567925 commitb04ebca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎src/pl/plperl/plperl.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
/* stop perl headers from hijacking stdio and other stuff on Windows */
1818
#ifdefWIN32
1919
#defineWIN32IO_IS_STDIO
20-
/*
21-
* isnan is defined in both the perl and mingw headers. We don't use it,
22-
* so this just clears up the compile warning.
23-
*/
24-
#ifdefisnan
25-
#undef isnan
26-
#endif
2720
#endif/* WIN32 */
2821

2922
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp