Fix problems introduced with my last change.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 3c124f0609726d51d27d79c2e0b617d425a90f22..36f775a247a7d75eb13410655e82eee8c5b8a2dd 100644 (file)
@@ -1129,8 +1129,10 @@ count_virtual_fns PARAMS ((struct type *));
 #define POINTER_CONVERSION_BADNESS     2
 /* Badness of conversion of pointer to void pointer */
 #define VOID_PTR_CONVERSION_BADNESS    2
-/* Badness of convering derived to base class */
+/* Badness of converting derived to base class */
 #define BASE_CONVERSION_BADNESS        2
+/* Badness of converting from non-reference to reference */
+#define REFERENCE_CONVERSION_BADNESS   2
 
 /* Non-standard conversions allowed by the debugger */
 /* Converting a pointer to an int is usually OK */
This page took 0.023187 seconds and 4 git commands to generate.