]> granicus.if.org Git - graphviz/commit
change ellipse.c #if STANDALONE to #ifdef
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 29 Aug 2021 19:36:47 +0000 (12:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 03:28:42 +0000 (20:28 -0700)
commit2084fa237312d9f4d5207821a06b1ad36af5b928
tree5108edae42a521a9f456148355a995ceb067a54d
parentba7250142871f141968b7485cf4714f3702bef7b
change ellipse.c #if STANDALONE to #ifdef

From later usage of this macro in the same file, it looks like this is what was
intended. Squashes a -Wundef build warning.
lib/common/ellipse.c