Change <gvarargs.h> to <varargs.h>.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:17:26 +0000 (21:17 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:17:26 +0000 (21:17 -0800)
From-SVN: r6940

gcc/bc-emit.c

index 8b39112341572c93278fbbe54ab71f7a31a7500e..e363f2aeaf1471fb0c3ca0071891528ec8592cea 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"