]> granicus.if.org Git - graphviz/commit
make overlap.h prototypes unconditionally visible to remove_overlap()
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 14 Jul 2020 03:02:53 +0000 (20:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 14 Jul 2020 03:02:53 +0000 (20:02 -0700)
commitdc8f3e901b3055b2b754c01506154ef0bf89727e
tree56a2023b87d3c1ac9de958e10d90ec6f4e57bc46
parent1c15dea6832f92bd19f66412abf52c68608db67f
make overlap.h prototypes unconditionally visible to remove_overlap()

This makes it difficult for remove_overlap() definitions to drift out of line
from its declaration without causing a compile error. Related to #1544.
lib/neatogen/overlap.c