Commit 1db87931 by Zack Weinberg

Kill stray blank lines

From-SVN: r40036
parent e61088ff
...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h> #include <xm-openbsd.h>
#include <alpha/xm-alpha.h> #include <alpha/xm-alpha.h>
...@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */
#include <arm/xm-arm.h> #include <arm/xm-arm.h>
#include <xm-linux.h> #include <xm-linux.h>
/* Configuration for GCC for Intel i386 running DG/ux */ /* Configuration for GCC for Intel i386 running DG/ux */
/* looks just like sysv4 for now */ /* looks just like sysv4 for now */
......
...@@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA. */
if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \ if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \
return PATH; \ return PATH; \
} while (0) } while (0)
...@@ -2,4 +2,3 @@ ...@@ -2,4 +2,3 @@
#include <i386/xm-i386.h> #include <i386/xm-i386.h>
#include <xm-gnu.h> #include <xm-gnu.h>
...@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -21,4 +21,3 @@ Boston, MA 02111-1307, USA. */
#include <i386/xm-i386.h> #include <i386/xm-i386.h>
#include <xm-linux.h> #include <xm-linux.h>
...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h> #include <xm-openbsd.h>
#include <i386/xm-i386.h> #include <i386/xm-i386.h>
...@@ -3,5 +3,3 @@ ...@@ -3,5 +3,3 @@
/* Big buffers improve performance. */ /* Big buffers improve performance. */
#define IO_BUFFER_SIZE (0x8000 - 1024) #define IO_BUFFER_SIZE (0x8000 - 1024)
...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h> #include <xm-openbsd.h>
#include <m68k/xm-m68k.h> #include <m68k/xm-m68k.h>
...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -20,4 +20,3 @@ Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h> #include <xm-openbsd.h>
#include <sparc/xm-sparc.h> #include <sparc/xm-sparc.h>
...@@ -7,4 +7,3 @@ ...@@ -7,4 +7,3 @@
#ifndef __GNUC__ #ifndef __GNUC__
#define USE_C_ALLOCA #define USE_C_ALLOCA
#endif #endif
...@@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
/* This file gets included by all architectures. It holds stuff /* This file gets included by all architectures. It holds stuff
that ought to be defined when hosting a compiler on an OpenBSD that ought to be defined when hosting a compiler on an OpenBSD
machine, independently of the architecture. It's included by machine, independently of the architecture. It's included by
...@@ -31,5 +32,3 @@ Boston, MA 02111-1307, USA. */ ...@@ -31,5 +32,3 @@ Boston, MA 02111-1307, USA. */
#ifdef __GNUC__ #ifdef __GNUC__
#define alloca __builtin_alloca #define alloca __builtin_alloca
#endif #endif
...@@ -19,5 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330, ...@@ -19,5 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#define USG #define USG
#define POSIX #define POSIX
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment