From: Richard Kenner Date: Sat, 12 Mar 1994 12:35:56 +0000 (-0500) Subject: Properly test BYTES_BIG_ENDIAN. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d62d64da542ed0540d0306a8e3ba03d7292f78f7;p=gcc.git Properly test BYTES_BIG_ENDIAN. From-SVN: r6754 --- diff --git a/gcc/bi-run.h b/gcc/bi-run.h index ff4b0837ec1..669f2aba048 100644 --- a/gcc/bi-run.h +++ b/gcc/bi-run.h @@ -1,5 +1,5 @@ /* Definitions for Bytecode Interpreter. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -124,7 +124,7 @@ struct bytecode DEST offset by OFFSET bits. */ -#ifdef BYTES_BIG_ENDIAN +#if BYTES_BIG_ENDIAN #define SHIFT_IN_BITS(DEST, SOURCE, OFFSET, NBITS) \ (DEST = ((DEST) << (NBITS)) \