From: Paul Smith Date: Wed, 25 Feb 2004 19:30:27 +0000 (+0000) Subject: Fix the origin regression test. X-Git-Tag: 3.81~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59306b02234da9c144f70e55d38ef2e91e5113f0;p=thirdparty%2Fmake.git Fix the origin regression test. Remove sample code from make.h I accidentally left behind. --- diff --git a/make.h b/make.h index 01eeb7af..786fc6cc 100644 --- a/make.h +++ b/make.h @@ -387,21 +387,6 @@ struct floc #define STRING_SIZE_TUPLE(_s) (_s), (sizeof (_s)-1) -/* Fancy processing for variadic functions in both ANSI and pre-ANSI - compilers. */ -#if HAVE_STDARG_H -# include -# define VA_START(a, f) va_start(a, f) -#else -# if HAVE_VARARGS_H -# include -# define VA_START(a, f) va_start(a) -# endif -#endif -#ifndef VA_START - error no variadic api -#endif - /* We have to have both stdarg.h or varargs.h AND v*printf or doprnt to use variadic versions of these functions. */ diff --git a/tests/scripts/functions/origin b/tests/scripts/functions/origin index c45a3593..d5116cd7 100644 --- a/tests/scripts/functions/origin +++ b/tests/scripts/functions/origin @@ -22,7 +22,7 @@ open(MAKEFILE,"> $makefile"); print MAKEFILE <