/[gcl]/gcl/o/bds.c
ViewVC logotype

Diff of /gcl/o/bds.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:10 1999 UTC revision 1.2 by camm, Sat Jul 20 07:10:55 2002 UTC
# Line 27  Foundation, 675 Mass Ave, Cambridge, MA Line 27  Foundation, 675 Mass Ave, Cambridge, MA
27    
28  #include  "include.h"  #include  "include.h"
29    
30  bds_unwind(new_bds_top)  void
31  bds_ptr new_bds_top;  bds_unwind(bds_ptr new_bds_top)
32  {  {
33          for (;  bds_top > new_bds_top;  bds_top--)          for (;  bds_top > new_bds_top;  bds_top--)
34                  (bds_top->bds_sym)->s.s_dbind = bds_top->bds_val;                  (bds_top->bds_sym)->s.s_dbind = bds_top->bds_val;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26