head	1.2;
access;
symbols
	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
	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
	RELEASE_3_3_0:1.1
	pgcc_2_95_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.06.08.17.28.14;	author obrien;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@This was still at the GCC 2.95.2 level.  GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development
GCC versions.
@
text
@--- gcc/ginclude/stdarg.h.orig	Fri May  7 18:52:35 1999
+++ gcc/ginclude/stdarg.h	Wed Jun 23 16:38:00 1999
@@@@ -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;
@


1.1
log
@Upgrade to version 2.95.1.
@
text
@@

