]> granicus.if.org Git - graphviz/commit
cgraph: inline and remove 'ISALNUM'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Apr 2022 14:57:50 +0000 (07:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 28 Apr 2022 00:09:19 +0000 (17:09 -0700)
commitb8b72dfeb0b1149d7c87fff5be12d69b6f3cfb2e
tree93ddcbef5a507433b2ee5a4f1783069e0abbe2cb
parent41365403cf351f055ecf2bd2be7a6d0468af9fea
cgraph: inline and remove 'ISALNUM'

It does not seem worth maintaining this abstraction for a single usage.
Especially when the surrounding code directly calls numerous other ctype.h
functions.
lib/cgraph/cghdr.h
lib/cgraph/write.c