diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-30 17:15:20 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-30 17:15:20 -0500 |
commit | 04fe43855af67c1b2933e5ad011a9df5ef4adf96 (patch) | |
tree | 351b9e8d2ab25176caed092458780b9a9cbaf93c /gcc/mips-tfile.c | |
parent | b5f3b6b60bb75ad7a3eee0b3bf1a678fa1560794 (diff) | |
download | gcc-04fe43855af67c1b2933e5ad011a9df5ef4adf96.zip gcc-04fe43855af67c1b2933e5ad011a9df5ef4adf96.tar.gz gcc-04fe43855af67c1b2933e5ad011a9df5ef4adf96.tar.bz2 |
Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.
From-SVN: r6922
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index af4c09d..2d8e416 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -599,9 +599,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef __STDC__ -#include "gstdarg.h" +#include <stdarg.h> #else -#include "gvarargs.h" +#include <varargs.h> #endif #include "config.h" #include <stdio.h> |