Commit f62a12d0 by Jim Wilson

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

From-SVN: r6942
parent 367ac69d
...@@ -39,9 +39,9 @@ compilation is specified by a string called a "spec". */ ...@@ -39,9 +39,9 @@ compilation is specified by a string called a "spec". */
#include "config.h" #include "config.h"
#include "obstack.h" #include "obstack.h"
#ifdef __STDC__ #ifdef __STDC__
#include "gstdarg.h" #include <stdarg.h>
#else #else
#include "gvarargs.h" #include <varargs.h>
#endif #endif
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment