Move within_function to stabsread
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index e4513c699be58b7cd51d4e73348b8eeca5d06719..a260fc76b5619b634d8d8f41e99103cfb91014e6 100644 (file)
@@ -4758,6 +4758,7 @@ start_stabs (void)
   n_this_object_header_files = 1;
   type_vector_length = 0;
   type_vector = (struct type **) 0;
+  within_function = 0;
 
   /* FIXME: If common_block_name is not already NULL, we should complain().  */
   common_block_name = NULL;
This page took 0.023213 seconds and 4 git commands to generate.