projects
/
external
/
ragel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated documentation for pending out actions: noted the EOF action embedding
[external/ragel.git]
/
doc
/
fixbackbox.awk
1
#!/usr/bin/awk
2
#
3
4
NF == 16 && $16 == 5 {
5
$7 = 1
6
print $0
7
next;
8
}
9
10
{ print $0; }