aboutsummaryrefslogtreecommitdiff
path: root/Graph.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-20 14:37:50 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-20 14:37:50 +0000
commit8cbca9ff7d46c7a2ada98559bdfe4db1e75db77c (patch)
tree33a0889c9b704c502389c280d3cd997ea80e59a9 /Graph.c
parent22751b71809fca1bf028adcfb4157b0ffd84543a (diff)
add undef EQ
Diffstat (limited to 'Graph.c')
-rw-r--r--Graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graph.c b/Graph.c
index 260c5d7..30f3625 100644
--- a/Graph.c
+++ b/Graph.c
@@ -224,6 +224,7 @@ SetValues(Widget old,
label = newgraph->graph.labels[i];
return NE(num_entries) || NE(labels) || NE(max_value);
+#undef EQ
#undef NE
}