ObjFW  Check-in [35fb680226]

Overview
Comment:Make use of isalnum() safe in case isalnum() is a lookup table.
Fixes build with Clang on NetBSD.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 35fb680226cfa7b801292df0924da092be95010a78366b1bce0d353ef80f7d94
User & Date: js on 2011-05-21 18:05:51
Other Links: manifest | tags
Context
2011-05-21
18:10
Better way to define OF_ENDIANESS_NATIVE. check-in: e52a53d668 user: js tags: trunk
18:05
Make use of isalnum() safe in case isalnum() is a lookup table.
Fixes build with Clang on NetBSD.
check-in: 35fb680226 user: js tags: trunk
18:04
Make sure OF_ENDIANESS_NATIVE is always defined. check-in: 0158f764e3 user: js tags: trunk
Changes