]> granicus.if.org Git - graphviz/commit
Use <type>_MAX instead of <type>_SIZE, rectangle.c
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 10 Feb 2017 09:57:03 +0000 (10:57 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 6 Mar 2017 10:12:55 +0000 (11:12 +0100)
commit45ce611a5c9dea5cefe36d4ce23d1e43c3bd4ab0
treea406e955420dea25df654a19206c3d2d75489343
parent6fdf994b25f8cd7025148d4f09a461f560615242
Use <type>_MAX instead of <type>_SIZE, rectangle.c

Instead of using the custom defined <type>_SIZE defines in
lib/label/rectangle.c function RectAra, we now use the defines
<type>_MAX from the standard library. The meaning is the same, but it is
more portable and requires less checks.
configure.ac
lib/label/rectangle.c