/[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 by camm, Sat Feb 15 00:38:28 2003 UTC revision 1.7 by camm, Sun Sep 14 02:43:07 2003 UTC
# Line 157  Fthrow(object args) Line 157  Fthrow(object args)
157  }  }
158    
159  void  void
160  init_catch(void)  gcl_init_catch(void)
161  {  {
162          make_special_form("CATCH", Fcatch);          make_special_form("CATCH", Fcatch);
163          make_special_form("UNWIND-PROTECT", Funwind_protect);          make_special_form("UNWIND-PROTECT", Funwind_protect);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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