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

Diff of /gcl/o/catch.c

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

revision 1.6.6.1 by camm, Sun Sep 14 02:30:45 2003 UTC revision 1.6.6.2 by camm, Thu Nov 6 16:16:50 2003 UTC
# Line 29  Foundation, 675 Mass Ave, Cambridge, MA Line 29  Foundation, 675 Mass Ave, Cambridge, MA
29  #include "include.h"  #include "include.h"
30    
31  static void  static void
32  Fcatch(VOL object args)  FFN(Fcatch)(VOL object args)
33  {  {
34    
35          object *top = vs_top;          object *top = vs_top;
# Line 89  value.") Line 89  value.")
89  }  }
90    
91  static void  static void
92  Funwind_protect(VOL object args)  FFN(Funwind_protect)(VOL object args)
93  {  {
94    
95          object *top = vs_top;          object *top = vs_top;
# Line 134  Funwind_protect(VOL object args) Line 134  Funwind_protect(VOL object args)
134  }  }
135    
136  static void  static void
137  Fthrow(object args)  FFN(Fthrow)(object args)
138  {  {
139    
140          object *top = vs_top;          object *top = vs_top;

Legend:
Removed from v.1.6.6.1  
changed lines
  Added in v.1.6.6.2

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