Synchronize libiberty with gcc and add --no-recruse-limit option to tools that suppor...
[deliverable/binutils-gdb.git] / libiberty / cp-demangle.h
index 51b8a243e0ea303c4c477a7d3d2e052f9de8ea11..d87a830bb3155c87a1b91d36c87fcd33173d331f 100644 (file)
@@ -122,6 +122,9 @@ struct d_info
   /* Non-zero if we are parsing the type operand of a conversion
      operator, but not when in an expression.  */
   int is_conversion;
+  /* If DMGL_NO_RECURSE_LIMIT is not active then this is set to
+     the current recursion level.  */
+  unsigned int recursion_level;
 };
 
 /* To avoid running past the ending '\0', don't:
This page took 0.023794 seconds and 4 git commands to generate.