2002-11-18 Klee Dienes <kdienes@apple.com>

* buildsym.c (pop_context): Add comment.
This commit is contained in:
Klee Dienes 2002-11-18 20:57:55 +00:00
parent a816d1ed6a
commit a672ef1326
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-11-18 Klee Dienes <kdienes@apple.com>
* buildsym.c (pop_context): Add comment.
2002-11-18 Klee Dienes <kdienes@apple.com>
* buildsym.h (pop_context): Convert to function, defined in

View File

@ -1102,6 +1102,9 @@ push_context (int desc, CORE_ADDR valu)
return new;
}
/* Pop a context block. Returns the address of the context block just
popped. */
struct context_stack *
pop_context (void)
{