diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-24 08:17:40 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-24 08:17:40 +0000 |
commit | 0aaa9af0180146bed9444510911c3fd3c9a1b9c3 (patch) | |
tree | 696b1930c88a0cfc9e1e8b6530bf97189e338d4f /gcc/config/i386/xm-djgpp.h | |
parent | f1229340f99b0154de8994de8d1807803f9b2fd7 (diff) | |
download | gcc-0aaa9af0180146bed9444510911c3fd3c9a1b9c3.tar.gz |
Kill stray blank lines
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/xm-djgpp.h')
-rw-r--r-- | gcc/config/i386/xm-djgpp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index f9932589214..95d55fb9c13 100644 --- a/gcc/config/i386/xm-djgpp.h +++ b/gcc/config/i386/xm-djgpp.h @@ -110,4 +110,3 @@ Boston, MA 02111-1307, USA. */ if (strchr (PATH, DIR_SEPARATOR_2) == NULL) \ return PATH; \ } while (0) - |