Some variables are ordinal.
[pspp] / src / libpspp / range-map.c
index 2af9405a869393e2ca7a7ab852348a98e2d5ab7d..104566bca8e2463469dc36805af77ce85e8bf98d 100644 (file)
@@ -114,7 +114,7 @@ static struct range_map_node *
 bt_to_range_map_node (const struct bt_node *bt_node)
 {
   return (bt_node != NULL
-          ? bt_data (bt_node, struct range_map_node, bt_node)
+          ? BT_DATA (bt_node, struct range_map_node, bt_node)
           : NULL);
 }