We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.perl.org#1096 (status was 'resolved')
Searchable as RT1096$
The text was updated successfully, but these errors were encountered:
(The elimination of use of the _() macro apparently triggered an incompatability with a #define of atof)
*** perl5.005_58.ORIG/perl.h Tue Jul 27 03:38:22 1999 --- perl5.005_58/perl.h Wed Jul 28 12:05:49 1999 *************** *** 328,334 **** # define STANDARD_C 1 #endif ! #if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC) # define DONT_DECLARE_STD 1 #endif --- 328,334 ---- # define STANDARD_C 1 #endif ! #if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC) || defined(__QNX__) # define DONT_DECLARE_STD 1 #endif
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.perl.org#1096 (status was 'resolved')
Searchable as RT1096$
The text was updated successfully, but these errors were encountered: