From c5be433b5c5658093bc9cae4434721a0b63e7a85 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 12 Jul 1999 01:55:15 +0000 Subject: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667 --- win32/config_H.vc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/config_H.vc') diff --git a/win32/config_H.vc b/win32/config_H.vc index 4f858d71ac..cbe62652a7 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2357,7 +2357,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "c:\\perl\\5.00557\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib(aTHX_ "5.00557")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00557")) /**/ /* SELECT_MIN_BITS: * This symbol holds the minimum number of bits operated by select. @@ -2398,7 +2398,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define SITELIB "c:\\perl\\site\\5.00557\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib(aTHX_ "5.00557")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00557")) /**/ /* STARTPERL: * This variable contains the string to put in front of a perl -- cgit v1.2.1