X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flibpspp%2Fabt-test.c;h=fb6ddd704b18c4c9be9a18492488763121ca5cb4;hb=b617e090556354840dbfd5fcac89ae9a7e090c9b;hp=3e68637a5bee3b38eec64011d5f7df87d43bccf2;hpb=4f27990acf19285948333da6b3d663abdf2117c9;p=pspp diff --git a/tests/libpspp/abt-test.c b/tests/libpspp/abt-test.c index 3e68637a5b..fb6ddd704b 100644 --- a/tests/libpspp/abt-test.c +++ b/tests/libpspp/abt-test.c @@ -26,7 +26,6 @@ #include -#include #include #include #include @@ -119,7 +118,7 @@ static int aux_data; static struct element * abt_node_to_element (const struct abt_node *node) { - return abt_data (node, struct element, node); + return ABT_DATA (node, struct element, node); } /* Compares the `x' values in A and B and returns a strcmp-type