Move declaration of overload_debug to header
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index c62b8a31ba784347b394d55f27f9d50c15a5e2c4..d431cb6fdda25e4ffc8d1a889f283e316f6aacc2 100644 (file)
@@ -2146,4 +2146,9 @@ extern int type_not_allocated (const struct type *type);
 
 extern int type_not_associated (const struct type *type);
 
+/* A flag to enable printing of debugging information of C++
+   overloading.  */
+
+extern unsigned int overload_debug;
+
 #endif /* GDBTYPES_H */
This page took 0.02512 seconds and 4 git commands to generate.