Commit 9986f6d2 by Jeff Law

Handle PA configuration files in new subdirectory.

From-SVN: r3112
parent 46ca7b2d
...@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 0 #define TARGET_DEFAULT 0
#endif #endif
#include "pa.h" #include "pa/pa.h"
/* Make GCC agree with types.h. */ /* Make GCC agree with types.h. */
#undef SIZE_TYPE #undef SIZE_TYPE
......
...@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 0 #define TARGET_DEFAULT 0
#endif #endif
#include "pa.h" #include "pa/pa.h"
/* Make GCC agree with types.h. */ /* Make GCC agree with types.h. */
#undef SIZE_TYPE #undef SIZE_TYPE
......
...@@ -23,4 +23,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -23,4 +23,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* This is the same as pa.h, except that we generate snake code by /* This is the same as pa.h, except that we generate snake code by
default. */ default. */
#include "pa.h" #include "pa/pa.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