summaryrefslogtreecommitdiff
path: root/gcc/ginclude/stdarg.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-30 05:57:35 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-30 05:57:35 +0000
commit804ddf52975d54c1da8e5645bcae809e6b056e3a (patch)
treeec6bdc369bf06d4138ea1313d512c52cb98bca7d /gcc/ginclude/stdarg.h
parent4d9c34982eaa1535aaab0cd85c76059cc566cd73 (diff)
downloadgcc-804ddf52975d54c1da8e5645bcae809e6b056e3a.tar.gz
Use <...> to include va-*.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2284 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude/stdarg.h')
-rw-r--r--gcc/ginclude/stdarg.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h
index 6499d83178e..85cb3a90460 100644
--- a/gcc/ginclude/stdarg.h
+++ b/gcc/ginclude/stdarg.h
@@ -10,29 +10,30 @@
#undef __need___va_list
#ifndef __GNUC__
-/* Use the system's macros with the system's compiler. */
+/* Use the system's macros with the system's compiler.
+ This is relevant only when building GCC with some other compiler. */
#include <stdarg.h>
#else
#ifdef __m88k__
-#include "va-m88k.h"
+#include <va-m88k.h>
#else
#ifdef __i860__
-#include "va-i860.h"
+#include <va-i860.h>
#else
#ifdef __hppa__
-#include "va-pa.h"
+#include <va-pa.h>
#else
#ifdef __mips__
-#include "va-mips.h"
+#include <va-mips.h>
#else
#ifdef __sparc__
-#include "va-sparc.h"
+#include <va-sparc.h>
#else
#ifdef __i960__
-#include "va-i960.h"
+#include <va-i960.h>
#else
#ifdef __alpha__
-#include "va-alpha.h"
+#include <va-alpha.h>
#else
/* Define __gnuc_va_list. */