]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alpha/linux.h (CPP_PREDEFINES): Add missing space.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 29 Oct 1998 12:17:16 +0000 (12:17 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 29 Oct 1998 12:17:16 +0000 (07:17 -0500)
From-SVN: r23426

gcc/ChangeLog
gcc/config/alpha/linux.h

index af620b2bc348b9a1959b75c47c9ad2d08213bf6a..32879aedeb2e5bb07ed6029d7cc2f4016c73cf71 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 29 12:14:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * alpha/linux.h (CPP_PREDEFINES): Add missing space.
+
 Tue Oct 27 16:11:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
 
        * collect2.c (aix64_flag): New variable.
index f49630eac2b1d12d7252a101479387c7965d73ed..3791c8944eb09ec20ccb3d9594f15b53a4fc964a 100644 (file)
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
-"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG -D__alpha__" SUB_CPP_PREDEFINES
+"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG -D__alpha__ " SUB_CPP_PREDEFINES
 
 #undef LIB_SPEC
 #define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"