Change "gstdarg.h" to <stdarg.h> and "gvarargs.h" to <varargs.h>.

From-SVN: r6942
This commit is contained in:
Jim Wilson 1994-03-31 21:25:31 -08:00
parent 367ac69d7e
commit f62a12d07d
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ compilation is specified by a string called a "spec". */
#include "config.h"
#include "obstack.h"
#ifdef __STDC__
#include "gstdarg.h"
#include <stdarg.h>
#else
#include "gvarargs.h"
#include <varargs.h>
#endif
#include <stdio.h>