* rtl.h (MEM_COPY_ATTRIBUTES): Remove unnecessary ending backslash.
authorFinn Hakansson <finn@axis.com>
Thu, 25 Mar 1999 01:14:00 +0000 (01:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 25 Mar 1999 01:14:00 +0000 (18:14 -0700)
From-SVN: r25966

gcc/ChangeLog
gcc/rtl.h

index d0501e97949bfe92297e5c6020db5a1c60b1f15a..ab608747a66b67b75b483ed314b983bf256da736 100644 (file)
@@ -1,3 +1,7 @@
+Thu Mar 25 02:12:42 1999  Finn Hakansson  <finn@axis.com>
+
+        * rtl.h (MEM_COPY_ATTRIBUTES): Remove unnecessary ending backslash.
+
 Thu Mar 25 02:02:13 1999  Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
 
        * Makefile.in (RANLIB_TEST): Improve test.
index c1bd86ed8e406e12b7175b5fca35f47ba55a7d35..55bd8a978b933ff18fe3abdd34d05b631e0f777a 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -588,7 +588,7 @@ extern char *note_insn_name[];
 #define MEM_COPY_ATTRIBUTES(LHS, RHS)                  \
   (MEM_VOLATILE_P (LHS) = MEM_VOLATILE_P (RHS),                \
    MEM_IN_STRUCT_P (LHS) = MEM_IN_STRUCT_P (RHS),      \
-   MEM_SCALAR_P (LHS) = MEM_SCALAR_P (RHS))            \
+   MEM_SCALAR_P (LHS) = MEM_SCALAR_P (RHS))
 
 /* If VAL is non-zero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in
    RTX.  Otherwise, vice versa.  Use this macro only when you are