jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 0dd7333371b642794cb5ceaac04923771d356a1a..a1d95e09debb4aa3080c07a093b18c499aff9bac 100644 (file)
@@ -2105,6 +2105,7 @@ extern const struct rank BASE_CONVERSION_BADNESS;
 /* * Badness of converting from non-reference to reference.  Subrank
    is the type of reference conversion being done.  */
 extern const struct rank REFERENCE_CONVERSION_BADNESS;
+extern const struct rank REFERENCE_SEE_THROUGH_BADNESS;
 /* * Conversion to rvalue reference.  */
 #define REFERENCE_CONVERSION_RVALUE 1
 /* * Conversion to const lvalue reference.  */
This page took 0.025897 seconds and 4 git commands to generate.