From f002b90281e623b7611565a49a5d12fb517800ae Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 1 Aug 2005 02:13:55 +0000 Subject: Pass through __BUILTIN_VA_STRUCT and __BUILTIN_VA_ARG_INCR defines in makedepend so it doesn't issue errors when source files include or on Solaris 10. --- imakemdep.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'imakemdep.h') diff --git a/imakemdep.h b/imakemdep.h index 6eedf08..162fefa 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -1,5 +1,5 @@ /* $Xorg: imakemdep.h,v 1.6 2001/02/09 02:03:16 xorgcvs Exp $ */ -/* $XdotOrg: xc/config/imake/imakemdep.h,v 1.8 2005/01/19 22:28:20 alanc Exp $ */ +/* $XdotOrg: xc/config/imake/imakemdep.h,v 1.9 2005/03/02 11:20:29 gisburn Exp $ */ /* Copyright (c) 1993, 1994, 1998 The Open Group @@ -1389,6 +1389,12 @@ struct symtab predefs[] = { #if defined (__CHAR_BIT__) {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, #endif +#if defined (__BUILTIN_VA_STRUCT) + {"__BUILTIN_VA_STRUCT", "1"}, +#endif +#if defined (__BUILTIN_VA_ARG_INCR) + {"__BUILTIN_VA_ARG_INCR", "1"}, +#endif /* add any additional symbols before this line */ {NULL, NULL} }; -- cgit v1.2.1