X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fbt-test.c;h=f9f0c9b3eab20f2c8ed36ab1bd547f9ecad353b5;hb=5b1ac2e0d8c2087946ae36449833588f881fae52;hp=42cfbeabef429044095ceeeb41b277065fb59aff;hpb=4a11f50e359e4afca7ad64979e6f30db1f336c7c;p=pspp diff --git a/tests/libpspp/bt-test.c b/tests/libpspp/bt-test.c index 42cfbeabef..f9f0c9b3ea 100644 --- a/tests/libpspp/bt-test.c +++ b/tests/libpspp/bt-test.c @@ -26,7 +26,6 @@ #include -#include #include #include #include @@ -118,7 +117,7 @@ static int aux_data; static struct element * bt_node_to_element (const struct bt_node *node) { - return bt_data (node, struct element, node); + return BT_DATA (node, struct element, node); } /* Compares the `x' values in A and B and returns a strcmp-type