This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[asperl] various changes to get asperl working under Borland
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index 3bb3c7d..f9528ee 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -1014,6 +1014,10 @@ typedef I32 (*filter_t) _((int, SV *, int));
 # endif
 #endif         
 
+#ifndef FUNC_NAME_TO_PTR
+#define FUNC_NAME_TO_PTR(name)         name
+#endif
+
 /* 
  * USE_THREADS needs to be after unixish.h as <pthread.h> includes
  * <sys/signal.h> which defines NSIG - which will stop inclusion of <signal.h>
@@ -1840,9 +1844,6 @@ typedef void *Thread;
 #endif
 
 #ifdef PERL_OBJECT
-#if defined(WIN32)
-char** environ;
-#endif
 };
 
 #include "objpp.h"