View | Details | Raw Unified | Return to bug 172534
Collapse All | Expand All

(-)sys/boot/ficl/softwords/softcore.awk (-1 / +1 lines)
Lines 75-81 Link Here
75
{
75
{
76
  gsub(/\t/, "    ");			# replace each tab with 4 spaces
76
  gsub(/\t/, "    ");			# replace each tab with 4 spaces
77
  gsub(/\"/, "\\\"");			# escape quotes
77
  gsub(/\"/, "\\\"");			# escape quotes
78
  gsub(/\\[[:space:]]+$/, "");		# toss empty comments
78
  gsub(/\\[[:space:]]*$/, "");		# toss empty comments
79
}
79
}
80
80
81
# strip out empty lines
81
# strip out empty lines

Return to bug 172534