mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:31:09 +08:00
Use <xx> in #include.
From-SVN: r9601
This commit is contained in:
parent
fbe94aa1a3
commit
a3af1109cc
@ -4,10 +4,10 @@
|
||||
i386/gas.h checks this. */
|
||||
#define YES_UNDERSCORES
|
||||
|
||||
#include "i386/gstabs.h"
|
||||
#include <i386/gstabs.h>
|
||||
|
||||
/* Get perform_* macros to build libgcc.a. */
|
||||
#include "i386/perform.h"
|
||||
#include <i386/perform.h>
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
|
||||
@ -17,4 +17,4 @@
|
||||
#define DEFAULT_PCC_STRUCT_RETURN 0
|
||||
|
||||
/* Get machine-independent configuration parameters for the GNU system. */
|
||||
#include "gnu.h"
|
||||
#include <gnu.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user