comparison src/lisp.h @ 5791:12fc8c6d4315

(internal_condition_case_1): Declared.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Feb 1994 07:19:04 +0000
parents 6f199038b06d
children 897ffebd97ea
comparison
equal deleted inserted replaced
5790:a539cda9df58 5791:12fc8c6d4315
1182 extern Lisp_Object Fglobal_set (), Fglobal_value (), Fbacktrace (); 1182 extern Lisp_Object Fglobal_set (), Fglobal_value (), Fbacktrace ();
1183 extern Lisp_Object apply1 (), call0 (), call1 (), call2 (), call3 (); 1183 extern Lisp_Object apply1 (), call0 (), call1 (), call2 (), call3 ();
1184 extern Lisp_Object apply_lambda (); 1184 extern Lisp_Object apply_lambda ();
1185 extern Lisp_Object internal_catch (); 1185 extern Lisp_Object internal_catch ();
1186 extern Lisp_Object internal_condition_case (); 1186 extern Lisp_Object internal_condition_case ();
1187 extern Lisp_Object internal_condition_case_1 ();
1187 extern Lisp_Object unbind_to (); 1188 extern Lisp_Object unbind_to ();
1188 extern void error (); 1189 extern void error ();
1189 extern Lisp_Object un_autoload (); 1190 extern Lisp_Object un_autoload ();
1190 1191
1191 /* Defined in editfns.c */ 1192 /* Defined in editfns.c */