Index: buildsym.c =================================================================== RCS file: /cvs/src/src/gdb/buildsym.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- buildsym.c 18 Nov 2002 19:14:10 -0000 1.22 +++ buildsym.c 18 Nov 2002 20:57:55 -0000 1.23 @@ -1102,6 +1102,9 @@ return new; } +/* Pop a context block. Returns the address of the context block just + popped. */ + struct context_stack * pop_context (void) {