head	1.3;
access;
symbols
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	gcc_2_95_3:1.1
	gcc_2_95_3_test1:1.1
	gcc_2_95_2_inital:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	gcc_2_95_2:1.1
	RELEASE_3_3_0:1.1
	gcc_2_95_1:1.1
	gcc_2_95:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.2;

1.2
date	2002.12.31.23.00.02;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	99.08.05.16.06.03;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:	maintainer
@
text
@--- gcc/ginclude/stdarg.h.orig	Sat May  8 03:52:35 1999
+++ gcc/ginclude/stdarg.h	Sun Dec 22 16:21:14 2002
@@@@ -67,7 +67,7 @@@@
 
 #ifndef __GNUC_VA_LIST
 #define __GNUC_VA_LIST
-#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__)
+#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__) || defined(__FreeBSD__)
 typedef char *__gnuc_va_list;
 #else
 typedef void *__gnuc_va_list;
@@@@ -181,6 +181,8 @@@@
 #if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____) || defined (__bsdi__) || defined (__sequent__) || defined (__FreeBSD__) || defined(WINNT)
 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5  */
 #ifndef _VA_LIST_DEFINED
+/* The macro _VA_LIST_DECLARED is used in FreeBSD 5.x */
+#ifndef _VA_LIST_DECLARED
 /* The macro _VA_LIST is used in SCO Unix 3.2.  */
 #ifndef _VA_LIST
 /* The macro _VA_LIST_T_H is used in the Bull dpx2  */
@@@@ -188,6 +190,7 @@@@
 typedef __gnuc_va_list va_list;
 #endif /* not _VA_LIST_T_H */
 #endif /* not _VA_LIST */
+#endif /* not _VA_LIST_DECLARED */
 #endif /* not _VA_LIST_DEFINED */
 #if !(defined (__BSD_NET2__) || defined (____386BSD____) || defined (__bsdi__) || defined (__sequent__) || defined (__FreeBSD__))
 #define _VA_LIST_
@@@@ -197,6 +200,9 @@@@
 #endif
 #ifndef _VA_LIST_DEFINED
 #define _VA_LIST_DEFINED
+#endif
+#ifndef _VA_LIST_DECLARED
+#define _VA_LIST_DECLARED
 #endif
 #ifndef _VA_LIST_T_H
 #define _VA_LIST_T_H
@


1.2
log
@Attempt to Fix build on -CURRENT
Good bye 2002! Happy new year 2003! (CET)

PR:		46483
Submitted by:	Stefan Farfeleder <stefan@@fafoe.dyndns.org>
@
text
@@


1.1
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@d1 2
a2 2
--- gcc/ginclude/stdarg.h.orig	Fri May  7 18:52:35 1999
+++ gcc/ginclude/stdarg.h	Wed Jun 23 16:38:00 1999
d12 27
@

