diff options
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/Makefile | 3 | ||||
-rw-r--r-- | NetWare/nw5iop.h | 8 | ||||
-rw-r--r-- | NetWare/nw5thread.h | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 90747871ad..2ddc3bc39b 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -864,8 +864,7 @@ all : .cleanoldfiles .\nwconfig.h $(CONFIGPM) $(NLM_NAME) $(EXTENSION_NLM) $(EXT $(MINIPERL) -I..\lib config_sh.PL $(NW_CFG_VARS) config.nw5 > ..\config.sh # this target is for when changes to the main config.sh happen -# edit config.{b,v,g,w}c and make this target once for each supported -# compiler (e.g. `dmake CCTYPE=BORLAND regen_config_h`) +# edit config.wc and make this target regen_config_h: perl config_sh.PL $(NW_CFG_VARS) $(NW_CFGSH_TMPL) > ..\config.sh cd .. diff --git a/NetWare/nw5iop.h b/NetWare/nw5iop.h index 391c899da6..0026b32181 100644 --- a/NetWare/nw5iop.h +++ b/NetWare/nw5iop.h @@ -191,14 +191,6 @@ END_EXTERN_C #undef uname #undef wait -#ifdef __BORLANDC__ -#undef ungetc -#undef getc -#undef putc -#undef getchar -#undef putchar -#undef fileno -#endif #define environ (*nw_environ()) diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h index 6bdba245b5..b1a2534b68 100644 --- a/NetWare/nw5thread.h +++ b/NetWare/nw5thread.h @@ -154,7 +154,7 @@ typedef unsigned long perl_mutex; #endif //#if 0 //Following has to be defined CHKSGP -#if defined(PERLDLL) && defined(USE_DECLSPEC_THREAD) && (!defined(__BORLANDC__) || defined(_DLL)) +#if defined(PERLDLL) && defined(USE_DECLSPEC_THREAD) extern __declspec(thread) void *PL_current_context; #define PERL_SET_CONTEXT(t) (PL_current_context = t) #define PERL_GET_CONTEXT PL_current_context |