cairo: Make footnote markers smaller than normal text size.
[pspp] / tests / libpspp / abt-test.c
index 3e68637a5bee3b38eec64011d5f7df87d43bccf2..fb6ddd704b18c4c9be9a18492488763121ca5cb4 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <libpspp/abt.h>
 
-#include <assert.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdio.h>
@@ -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