]> granicus.if.org Git - graphviz/commit
Move two checks from features/sfio into the code
authorErwin Janssen <erwinjanssen@outlook.com>
Sat, 3 Jun 2017 09:47:10 +0000 (11:47 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 13 Jul 2017 10:52:45 +0000 (12:52 +0200)
commit2ba97c0ed14163aa41c74bcf0dd72822b13ac7c5
tree481d03a3a36a8cdbb7e5906c406f46bb9565f1c9
parent9e3db6f4bdc6f1ee39fa16a45fc7e20404870d3a
Move two checks from features/sfio into the code

Two checks in features/sfio performed a sizeof comparison to set a
define. This comparison could be moved into the code, where sizeof
comparisons are already being used.
lib/sfio/features/sfio
lib/sfio/sfvprintf.c
lib/sfio/sfvscanf.c