scripts/specialize-patch: Add a comment

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7440 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-07-23 04:29:55 +00:00
parent 1c1693d06b
commit 953b86a9a2

View File

@@ -647,6 +647,8 @@ BEGIN {
else if (lines >= 2 && !match(line[lines-2], ":$") &&
line[lines-1] == "+\x9return;" && $0 == "+}")
{
# Delete "return;" statements at the end of a function that are not
# preceded by a label.
line[lines-1] = $0
lines_less_added++
}