diff options
author | Klee Dienes <kdienes@apple.com> | 2002-11-18 20:57:55 +0000 |
---|---|---|
committer | Klee Dienes <kdienes@apple.com> | 2002-11-18 20:57:55 +0000 |
commit | 27dabac901e530276f46f3f8c8bd1cd444fd4354 (patch) | |
tree | 9b0c0b6865ce97bba148dcd52117f792d2ee14b9 /gdb/buildsym.c | |
parent | 60ffc12c2259eb8ab80321121aaddbff84e8f1a9 (diff) | |
download | gdb-27dabac901e530276f46f3f8c8bd1cd444fd4354.tar.gz |
2002-11-18 Klee Dienes <kdienes@apple.com>
* buildsym.c (pop_context): Add comment.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index ae8929d2b6d..fb2d5a0ad86 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -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) { |