*** empty log message ***

This commit is contained in:
2006-07-05 16:20:23 +00:00
parent 5dbb39f51d
commit b9f2687e1d
7 changed files with 272 additions and 26 deletions

View File

@ -1,3 +1,4 @@
/*
{
print "1111111111111";
}
@ -15,3 +16,8 @@ END
{
print "\a";
}
*/
{
$3 = "10";
print $0, $2, $5;
}