From 73c4f7a1d0b3ac27682d86c953e22cbc7dc810e6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 12 Jun 1999 06:43:03 +0000 Subject: EXTERN_C declarations for global arrays in various headers, so perl can be built even in C++ mode; win32 build fixups; regen headers p4raw-id: //depot/perl@3537 --- objXSUB.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'objXSUB.h') diff --git a/objXSUB.h b/objXSUB.h index 08356c0fe7..579b9165b4 100644 --- a/objXSUB.h +++ b/objXSUB.h @@ -394,8 +394,6 @@ #define PL_nice_chunk pPerl->PL_nice_chunk #undef PL_nice_chunk_size #define PL_nice_chunk_size pPerl->PL_nice_chunk_size -#undef PL_ninterps -#define PL_ninterps pPerl->PL_ninterps #undef PL_nomemok #define PL_nomemok pPerl->PL_nomemok #undef PL_nrs -- cgit v1.2.1