]> granicus.if.org Git - graphviz/commit
fix an #if _WIN32
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Jul 2021 22:31:39 +0000 (15:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 2 Aug 2021 00:38:29 +0000 (17:38 -0700)
commitf5df4796ebdee022a8e28a0d184e6356ca77b6e0
tree47ebfa72e42102e59a05b410aa419236edc58515
parentfcaff502dc67e60688bfe0d464e7d0b8c2b61ae0
fix an #if _WIN32

This worked out correctly, as _WIN32 is defined to 1 on Windows and is undefined
elsewhere. But it triggered -Wundef compiler warnings on non-Windows platforms.
lib/expr/exeval.c