Commit 45b52c1d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Break the encoded .h files up at convenient newlines, to avoid minor

edits to bases from generating huge diffs.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3339 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5492c180
......@@ -376,7 +376,7 @@ proc copy_include {n} {
}
puts -nonewline $fo "\\n"
incr n 2
if {$n > 53} {
if {$n > 30} {
puts $fo "\");"
set n 0
}
......
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