summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index d73d101d4..9f6a6d7a2 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -1,5 +1,5 @@
/* unexpand - convert blanks to tabs
- Copyright (C) 89, 91, 1995-2006, 2008 Free Software Foundation, Inc.
+ Copyright (C) 89, 91, 1995-2006, 2008-2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -48,10 +48,6 @@
#define AUTHORS proper_name ("David MacKenzie")
-/* The number of bytes added at a time to the amount of memory
- allocated for the output line. */
-#define OUTPUT_BLOCK 256
-
/* If true, convert blanks even after nonblank characters have been
read on the line. */
static bool convert_entire_line;