index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
historical
/
nawk
/
dist
/
bugs-fixed
/
numeric-subsep.awk
blob: 1252e4a99607b09c98dda0aa3f089d3aa93aace6 (
plain
)
1
2
3
4
5
BEGIN
{
SUBSEP
=
123.456
;
a
[
"hello"
,
"world"
]
=
"foo"
;
print
a
[
"hello"
SUBSEP
"world"
];
}