Commit e6701a47 by Richard Stallman

*** empty log message ***

From-SVN: r1099
parent a59d660d
...@@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h> #include <signal.h>
#include <sys/file.h> #include <sys/file.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifdef NO_WAIT_H
#include <sys/wait.h> #include <sys/wait.h>
#endif
#ifndef errno #ifndef errno
extern int errno; extern int errno;
......
...@@ -96,7 +96,7 @@ extern int target_flags; ...@@ -96,7 +96,7 @@ extern int target_flags;
/* Define this if move instructions will actually fail to work /* Define this if move instructions will actually fail to work
when given unaligned data. */ when given unaligned data. */
#define STRICT_ALIGNMENT #define STRICT_ALIGNMENT 1
/* Define number of bits in most basic integer type. /* Define number of bits in most basic integer type.
(If undefined, default is BITS_PER_WORD). */ (If undefined, default is BITS_PER_WORD). */
......
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