summaryrefslogtreecommitdiff
path: root/textpre.awk
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-07 15:13:24 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-07 15:13:24 -0600
commitff60685f4e08699ba9655bbdd9773b6f4a8d9140 (patch)
tree6a95c2ba97c86b745b3ac8ae81a0ad7daa843fee /textpre.awk
parent20c54ccd583d2f847e6f264d7ced057f652dd095 (diff)
text analysis and insertion code (TX_FAR targets only)
hg-commit-id: e4c007ad1c11
Diffstat (limited to 'textpre.awk')
-rw-r--r--textpre.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/textpre.awk b/textpre.awk
index 82a7c9c1..4858568a 100644
--- a/textpre.awk
+++ b/textpre.awk
@@ -287,6 +287,7 @@ else {
substr(f,1,1) == "t" ||
substr(f,1,1) == "s" ||
substr(f,1,1) == "v" ||
+ substr(f,1,1) == "d" ||
substr(f,1,1) == "l") {
c = c substr(f,1,1)
f = substr(f,2,length(f) - 1)