* parser-defs.h (expression_context_pc): Make this extern.
(Thanks to Michael Snyder.)
This commit is contained in:
parent
f345c7910f
commit
f7321c061e
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-23 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
|
* parser-defs.h (expression_context_pc): Make this extern.
|
||||||
|
(Thanks to Michael Snyder.)
|
||||||
|
|
||||||
2002-07-23 Andrew Cagney <ac131313@redhat.com>
|
2002-07-23 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
GDB 5.2.1 released from 5.2 branch.
|
GDB 5.2.1 released from 5.2 branch.
|
||||||
|
@ -41,7 +41,7 @@ extern struct block *expression_context_block;
|
|||||||
the block that we want to evaluate expressions at. When debugging
|
the block that we want to evaluate expressions at. When debugging
|
||||||
C or C++ code, we use this to find the exact line we're at, and
|
C or C++ code, we use this to find the exact line we're at, and
|
||||||
then look up the macro definitions active at that point. */
|
then look up the macro definitions active at that point. */
|
||||||
CORE_ADDR expression_context_pc;
|
extern CORE_ADDR expression_context_pc;
|
||||||
|
|
||||||
/* The innermost context required by the stack and register variables
|
/* The innermost context required by the stack and register variables
|
||||||
we've encountered so far. */
|
we've encountered so far. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user