Kill stray blank lines
authorZack Weinberg <zack@gcc.gnu.org>
Sat, 24 Feb 2001 08:17:40 +0000 (08:17 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 24 Feb 2001 08:17:40 +0000 (08:17 +0000)
From-SVN: r40036

13 files changed:
gcc/config/alpha/xm-openbsd.h
gcc/config/arm/xm-linux.h
gcc/config/i386/xm-dgux.h
gcc/config/i386/xm-djgpp.h
gcc/config/i386/xm-gnu.h
gcc/config/i386/xm-linux.h
gcc/config/i386/xm-openbsd.h
gcc/config/i386/xm-sco5.h
gcc/config/m68k/xm-openbsd.h
gcc/config/sparc/xm-openbsd.h
gcc/config/sparc/xm-pbd.h
gcc/config/xm-openbsd.h
gcc/config/xm-svr4.h

index 50f4366..e77b8be 100644 (file)
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA.  */
 
 #include <xm-openbsd.h>
 #include <alpha/xm-alpha.h>
-
index ca120a9..4b63fb9 100644 (file)
@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA.  */
 
 #include <arm/xm-arm.h>
 #include <xm-linux.h>
-
index 5bdb9be..d322b47 100644 (file)
@@ -1,4 +1,3 @@
-
 /* Configuration for GCC for Intel i386 running DG/ux */
 
 /* looks just like sysv4 for now */
index f993258..95d55fb 100644 (file)
@@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA.  */
     if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \
       return PATH; \
   } while (0)
-
index 0b5985f..240e904 100644 (file)
@@ -2,4 +2,3 @@
 
 #include <i386/xm-i386.h>
 #include <xm-gnu.h>
-
index 713bf3b..84c9f67 100644 (file)
@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA.  */
 
 #include <i386/xm-i386.h>
 #include <xm-linux.h>
-
index 1a79e83..dac2de2 100644 (file)
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA.  */
 
 #include <xm-openbsd.h>
 #include <i386/xm-i386.h>
-
index 6b22b1d..36d65e5 100644 (file)
@@ -3,5 +3,3 @@
 /* Big buffers improve performance.  */
 
 #define IO_BUFFER_SIZE (0x8000 - 1024)
-
-
index c4312ff..b22e13c 100644 (file)
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA.  */
 
 #include <xm-openbsd.h>
 #include <m68k/xm-m68k.h>
-
index 2df7fb3..5e066cc 100644 (file)
@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA.  */
 
 #include <xm-openbsd.h>
 #include <sparc/xm-sparc.h>
-
index 1c3f475..a277aad 100644 (file)
@@ -7,4 +7,3 @@
 #ifndef __GNUC__
 #define USE_C_ALLOCA
 #endif
-
index 74a8421..b18e7fe 100644 (file)
@@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
+
 /* This file gets included by all architectures. It holds stuff
    that ought to be defined when hosting a compiler on an OpenBSD
    machine, independently of the architecture. It's included by
@@ -31,5 +32,3 @@ Boston, MA 02111-1307, USA.  */
 #ifdef __GNUC__
 #define alloca __builtin_alloca
 #endif
-
-
index 490bb90..741a500 100644 (file)
@@ -19,5 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 #define USG
-
 #define POSIX