Delete double blank lines from the input.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1287 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-10-28 10:54:11 +00:00
parent 9389987264
commit a068429f5d

View File

@@ -417,6 +417,9 @@ BEGIN {
# Store the lines that were just read.
for (i = 0; i < input_line_count; i++)
line[lines++] = input_line[i]
# Delete double blank lines from the input.
if (line[lines-1] == "+")
delete_next_blank_line = 1
}
else
{