OSDN Git Service

Change <gvarargs.h> to <varargs.h>.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 1994 05:17:26 +0000 (05:17 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 1994 05:17:26 +0000 (05:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6940 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/bc-emit.c

index 8b39112..e363f2a 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef __STDC__
 #include <stdarg.h>
 #else
-#include <gvarargs.h>
+#include <varargs.h>
 #endif
 #include "machmode.h"
 #include "rtl.h"