*** empty log message ***

This commit is contained in:
2006-07-13 15:43:39 +00:00
parent e1d5b43bae
commit b6c7322571
8 changed files with 86 additions and 38 deletions

View File

@@ -1 +1 @@
{ $0=" "; /*print NF;*/ print "a" $0 "b"; x = $1; }
{ $0=" "; print NF; print "a" $0 "b"; x = $1; }