]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing backslash.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 28 Jul 2002 13:00:22 +0000 (13:00 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 28 Jul 2002 13:00:22 +0000 (13:00 +0000)
* alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
backslash.

From-SVN: r55816

gcc/ChangeLog
gcc/config/alpha/freebsd.h

index df1c73554eccdf625d106247d2ecd2d1f68748ed..d93c00d006a101bd6e19bab8ee207f3f2e95df1c 100644 (file)
@@ -1,5 +1,8 @@
 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
+       backslash.
+
        * Makefile.in (vmsdbgout.o): Depend on function.h.
 
        * vmsdbgout.c: Include function.h.
index 4fd4c6962043340a7a3a0a50615b655cbb9c5da7..0ec9688552786e4aec4bf08ab72ad9fa97f14e1a 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
          builtin_define ("__PIC__");           \
          builtin_define ("__pic__");           \
        }                                       \
-    }
+    }                                          \
   while (0)
 
 #undef  CPP_SPEC