Navigation Menu

Skip to content
New issue

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

Patch:perl.h _58 QNX #274

Closed
p5pRT opened this issue Jul 28, 1999 · 1 comment
Closed

Patch:perl.h _58 QNX #274

p5pRT opened this issue Jul 28, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jul 28, 1999

Migrated from rt.perl.org#1096 (status was 'resolved')

Searchable as RT1096$

@p5pRT
Copy link
Author

p5pRT commented Jul 28, 1999

From allen@huarp.harvard.edu

(The elimination of use of the _() macro apparently triggered
an incompatability with a #define of atof)

exit 0

*** 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
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant