summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-01 02:13:55 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-01 02:13:55 +0000
commitf002b90281e623b7611565a49a5d12fb517800ae (patch)
treefc336947ecef531eff9069d7ed35e725f8dbb1fc
parentddabc8840aee8a90ea6b7f6fe8f1af7f692a2576 (diff)
Pass through __BUILTIN_VA_STRUCT and __BUILTIN_VA_ARG_INCR defines inXORG-6_99_99_900XORG-6_8_99_900
makedepend so it doesn't issue errors when source files include <varargs.h> or <stdarg.h> on Solaris 10.
-rw-r--r--imakemdep.h8
1 files changed, 7 insertions, 1 deletions
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}
};