*** empty log message ***

From-SVN: r1099
This commit is contained in:
Richard Stallman 1992-05-27 20:06:15 +00:00
parent a59d660df7
commit e6701a475f
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h>
#include <sys/file.h>
#include <sys/stat.h>
#ifdef NO_WAIT_H
#include <sys/wait.h>
#endif
#ifndef errno
extern int errno;

View File

@ -96,7 +96,7 @@ extern int target_flags;
/* Define this if move instructions will actually fail to work
when given unaligned data. */
#define STRICT_ALIGNMENT
#define STRICT_ALIGNMENT 1
/* Define number of bits in most basic integer type.
(If undefined, default is BITS_PER_WORD). */