Mercurial > emacs
comparison src/lisp.h @ 42466:6b91b82d2eb1
(max_specpdl_size): Adjust declaration.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 01 Jan 2002 16:59:44 +0000 |
parents | cdbdb10cfbe6 |
children | 711b64458618 |
comparison
equal
deleted
inserted
replaced
42465:35d03c4b9611 | 42466:6b91b82d2eb1 |
---|---|
1651 | 1651 |
1652 extern struct specbinding *specpdl; | 1652 extern struct specbinding *specpdl; |
1653 extern struct specbinding *specpdl_ptr; | 1653 extern struct specbinding *specpdl_ptr; |
1654 extern int specpdl_size; | 1654 extern int specpdl_size; |
1655 | 1655 |
1656 extern EMACS_INT max_specpdl_size; | 1656 extern int max_specpdl_size; |
1657 | 1657 |
1658 #define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) | 1658 #define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) |
1659 | 1659 |
1660 /* Everything needed to describe an active condition case. */ | 1660 /* Everything needed to describe an active condition case. */ |
1661 struct handler | 1661 struct handler |