gdb: remove TYPE_FIELD macro
[deliverable/binutils-gdb.git] / gdb / guile / scm-type.c
index e58f1474699691ac02e408cdace237e762aca8e7..6c0c3fd3617c750c1ac2025d3c5d7f8b9a7d03be 100644 (file)
@@ -514,7 +514,7 @@ tyscm_field_smob_to_field (field_smob *f_smob)
   /* This should be non-NULL by construction.  */
   gdb_assert (type->fields () != NULL);
 
-  return &TYPE_FIELD (type, f_smob->field_num);
+  return &type->field (f_smob->field_num);
 }
 \f
 /* Type smob accessors.  */
This page took 0.024963 seconds and 4 git commands to generate.