Use macro SPECPDL_INDEX.

This commit is contained in:
Juanma Barranquero 2002-07-11 14:18:02 +00:00
parent e20b31732a
commit aed1337830
32 changed files with 98 additions and 98 deletions

View file

@ -5804,7 +5804,7 @@ run_pre_post_conversion_on_str (str, coding, encodep)
struct coding_system *coding;
int encodep;
{
int count = specpdl_ptr - specpdl;
int count = SPECPDL_INDEX ();
struct gcpro gcpro1;
int multibyte = STRING_MULTIBYTE (str);
Lisp_Object buffer;