diff options
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c index f0422875f7e..0b39f3e6031 100644 --- a/src/xml.c +++ b/src/xml.c @@ -89,8 +89,8 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html xmlDoc *doc; Lisp_Object result = Qnil; const char *burl = ""; - EMACS_INT bytes; - EMACS_INT istart, iend; + ptrdiff_t bytes; + ptrdiff_t istart, iend; LIBXML_TEST_VERSION; |