summaryrefslogtreecommitdiff
path: root/src/ed.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>1998-09-13 05:33:07 +0000
committerPaul Eggert <eggert@cs.ucla.edu>1998-09-13 05:33:07 +0000
commita3349dc5c0641e7057981f35ae49e321f157e4ca (patch)
treec171c72c317c867d2f17b0a70a00038d5816c7c0 /src/ed.c
parent0972f1796deefe04b688322397f930f9216adbe8 (diff)
downloaddiffutils-a3349dc5c0641e7057981f35ae49e321f157e4ca.tar.gz
Remove `#if 0'ed code.
Diffstat (limited to 'src/ed.c')
-rw-r--r--src/ed.c30
1 files changed, 14 insertions, 16 deletions
diff --git a/src/ed.c b/src/ed.c
index 717ef35..c705722 100644
--- a/src/ed.c
+++ b/src/ed.c
@@ -1,21 +1,22 @@
/* Output routines for ed-script format.
- Copyright (C) 1988, 89, 91, 92, 93 Free Software Foundation, Inc.
+ Copyright 1988, 89, 91, 92, 93, 95, 1997 Free Software Foundation, Inc.
-This file is part of GNU DIFF.
+ This file is part of GNU DIFF.
-GNU DIFF is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+ GNU DIFF is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
-GNU DIFF is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
+ GNU DIFF is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with GNU DIFF; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ You should have received a copy of the GNU General Public License
+ along with this program; see the file COPYING.
+ If not, write to the Free Software Foundation,
+ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "diff.h"
@@ -41,9 +42,6 @@ print_ed_hunk (hunk)
int f0, l0, f1, l1;
int deletes, inserts;
-#if 0
- hunk = flip_script (hunk);
-#endif
#ifdef DEBUG
debug_script (hunk);
#endif