diff options
Diffstat (limited to 'src/macros.c')
-rw-r--r-- | src/macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c index 3d00c28838d..0447a367fd6 100644 --- a/src/macros.c +++ b/src/macros.c @@ -287,7 +287,7 @@ buffer before the macro is executed. */) { Lisp_Object final; Lisp_Object tem; - ptrdiff_t pdlcount = SPECPDL_INDEX (); + specpdl_ref pdlcount = SPECPDL_INDEX (); EMACS_INT repeat = 1; EMACS_INT success_count = 0; |