From 00a8427b4ffda6c2743b030817c14f82288e1a85 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Fri, 30 Aug 2013 14:42:40 -0300 Subject: [PATCH] regcomp.c: Remove a useless use of I_STDARG --- regcomp.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/regcomp.c b/regcomp.c index 0034298..cafb6a1 100644 --- a/regcomp.c +++ b/regcomp.c @@ -15528,12 +15528,7 @@ S_re_croak2(pTHX_ bool utf8, const char* pat1,const char* pat2,...) Copy(pat2, buf + l1, l2 , char); buf[l1 + l2] = '\n'; buf[l1 + l2 + 1] = '\0'; -#ifdef I_STDARG - /* ANSI variant takes additional second argument */ va_start(args, pat2); -#else - va_start(args); -#endif msv = vmess(buf, &args); va_end(args); message = SvPV_const(msv,l1); -- 2.7.4