Fix warnings and update isalpharune()

This commit is contained in:
FRIGN
2015-02-12 17:08:02 +01:00
parent 4f6d696894
commit ab9b240dc6
7 changed files with 172 additions and 64 deletions

View File

@@ -64,4 +64,3 @@ isdigitrune(Rune r)
return 1;
return 0;
}