Hide yet another redefinition of PAGE_SIZE. Cosmetic.

This commit is contained in:
Bruce Evans 1994-12-31 16:16:27 +00:00
parent bdeaa9bbc3
commit fcb54b3ee0
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define N_DATADDR(x) (N_MAGIC(x)==OMAGIC? (N_TXTADDR(x)+(x).a_text) : (SEGMENT_SIZE + ((0x1020+(x).a_text-1) & ~(SEGMENT_SIZE-1))))
#define NOSUBEXECB
#endif
#define PAGE_SIZE 4096
#endif
#define SEGMENT_SIZE 0x400000
#define DEFAULT_ARCH bfd_arch_i386