aboutsummaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
Diffstat (limited to 'csu')
-rw-r--r--csu/defs.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/csu/defs.awk b/csu/defs.awk
index ac73e1a3ad..a006c983e2 100644
--- a/csu/defs.awk
+++ b/csu/defs.awk
@@ -1,5 +1,5 @@
-/\.end/ { need_end = 1 }
-/\.align/ { if($2 > max) max = $2; }
+/^[ ]*\.end/ { need_end = 1 }
+/^[ ]*\.align/ { if($2 > max) max = $2; }
END {
if(need_end)