diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/eval.c b/src/eval.c index 06888ca0dd4..467662a11d8 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -63,7 +63,6 @@ Lisp_Object Qand_rest, Qand_optional; | |||
| 63 | Lisp_Object Qdebug_on_error; | 63 | Lisp_Object Qdebug_on_error; |
| 64 | Lisp_Object Qdeclare; | 64 | Lisp_Object Qdeclare; |
| 65 | Lisp_Object Qdebug; | 65 | Lisp_Object Qdebug; |
| 66 | extern Lisp_Object Qinteractive_form; | ||
| 67 | 66 | ||
| 68 | /* This holds either the symbol `run-hooks' or nil. | 67 | /* This holds either the symbol `run-hooks' or nil. |
| 69 | It is nil at an early stage of startup, and when Emacs | 68 | It is nil at an early stage of startup, and when Emacs |
| @@ -166,10 +165,6 @@ int handling_signal; | |||
| 166 | 165 | ||
| 167 | Lisp_Object Vmacro_declaration_function; | 166 | Lisp_Object Vmacro_declaration_function; |
| 168 | 167 | ||
| 169 | extern Lisp_Object Qrisky_local_variable; | ||
| 170 | |||
| 171 | extern Lisp_Object Qfunction; | ||
| 172 | |||
| 173 | static Lisp_Object funcall_lambda (Lisp_Object, int, Lisp_Object*); | 168 | static Lisp_Object funcall_lambda (Lisp_Object, int, Lisp_Object*); |
| 174 | static void unwind_to_catch (struct catchtag *, Lisp_Object) NO_RETURN; | 169 | static void unwind_to_catch (struct catchtag *, Lisp_Object) NO_RETURN; |
| 175 | 170 | ||
| @@ -1634,7 +1629,6 @@ See also the function `condition-case'. */) | |||
| 1634 | That is a special case--don't do this in other situations. */ | 1629 | That is a special case--don't do this in other situations. */ |
| 1635 | register struct handler *allhandlers = handlerlist; | 1630 | register struct handler *allhandlers = handlerlist; |
| 1636 | Lisp_Object conditions; | 1631 | Lisp_Object conditions; |
| 1637 | extern int gc_in_progress; | ||
| 1638 | extern int waiting_for_input; | 1632 | extern int waiting_for_input; |
| 1639 | Lisp_Object string; | 1633 | Lisp_Object string; |
| 1640 | Lisp_Object real_error_symbol; | 1634 | Lisp_Object real_error_symbol; |