Move within_function to stabsread
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index 01d9acc2c9631c7ce086a5708ab30ad3588a4519..a6bed3c6119172f2b9cd3a25450b60319f16d002 100644 (file)
@@ -150,11 +150,6 @@ EXTERN int context_stack_depth;
 /* Non-zero if the context stack is empty.  */
 #define outermost_context_p() (context_stack_depth == 0)
 
-/* Nonzero if within a function (so symbols should be local, if
-   nothing says specifically).  */
-
-EXTERN int within_function;
-
 /* The type of the record_line function.  */
 typedef void (record_line_ftype) (struct subfile *subfile, int line,
                                  CORE_ADDR pc);
This page took 0.023907 seconds and 4 git commands to generate.