X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_c99.sh;h=3974f24a1299476250f80ab44033a33204995753;hb=126354160f202820d91e8f9bf57b4d856fb50828;hp=510c742cde8bdfc12a2649346685b2f886eb042e;hpb=4b72d258e8266f8f45775df76e0635a2ad1b05e0;p=musl-tables diff --git a/tab_c99.sh b/tab_c99.sh index 510c742..3974f24 100755 --- a/tab_c99.sh +++ b/tab_c99.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 } @@ -63,7 +63,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"