X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_c11.sh;h=90c72495afde72e728878b57f81ed1f91404da5c;hb=ff45df5ea5bba5e2de7a840d44b81795dd47766c;hp=d2929dd43b26aa2da752a626ab9c1175b49d252d;hpb=029bfa6602e3d5d3ef034a2d4313fad44c007af9;p=musl-tables diff --git a/tab_c11.sh b/tab_c11.sh index d2929dd..90c7249 100755 --- a/tab_c11.sh +++ b/tab_c11.sh @@ -9,7 +9,7 @@ BEGIN { hash = $2 getline - commit = "

commit

commit " hash "" + commit = "

commit

commit " hash "" while (getline == 1) commit = commit "
" $0 @@ -25,7 +25,7 @@ BEGIN { if ($2 ~ /bits\//) s = $3 " " else - s = "" $3 " " + s = "" $3 " " kind[$1] = kind[$1] $3 kindstr[$1] = kindstr[$1] s } @@ -64,7 +64,7 @@ BEGIN { } else if (sym[$1]) { s = s "nodecl" nodecl++ - } else if (kind[$1] ~ /[dtsu]/) { + } else if (kind[$1] ~ /[dtsue]/) { s = s " " } else if (kind[$1]) { s = s "nosym"