isum.awk: define fflush for awk != gawk

This commit is contained in:
Albert Lee 2008-12-01 18:56:46 -05:00
parent ab937b56de
commit 4a8429a2bf

7
dist/isum.awk vendored
View file

@ -10,7 +10,12 @@ BEGIN {
updates = "/dev/stderr" updates = "/dev/stderr"
} }
function clearstatus( noflush, i) function fflush(filename)
{
system("")
}
function clearstatus(noflush, i)
{ {
if(!updates) if(!updates)
return return