]> gcc.gnu.org Git - gcc.git/commitdiff
(INCLUDE_DEFAULTS): Fix missing comma.
authorRichard Stallman <rms@gnu.org>
Sun, 23 May 1993 21:46:24 +0000 (21:46 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 23 May 1993 21:46:24 +0000 (21:46 +0000)
From-SVN: r4546

gcc/config/nextstep.h

index 32efc2c41ae1849a7ac729a9c76ddc96f3cf3571..7b431a9f801de326a89b9daaf5cfb24e275bd233 100644 (file)
@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
     { "/LocalDeveloper/Headers/bsd", 0},               \
     { "/NextDeveloper/2.0CompatibleHeaders", 0},       \
     { STANDARD_INCLUDE_DIR, 0},                                \
-    { "/usr/include/bsd", 0}                           \
+    { "/usr/include/bsd", 0},                          \
     { 0, 0}                                            \
   }
 #endif /* CROSS_COMPILE */
This page took 0.065747 seconds and 5 git commands to generate.