diff options
Diffstat (limited to 'src/xml.c')
| -rw-r--r-- | src/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -180,8 +180,8 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html | |||
| 180 | xmlDoc *doc; | 180 | xmlDoc *doc; |
| 181 | Lisp_Object result = Qnil; | 181 | Lisp_Object result = Qnil; |
| 182 | const char *burl = ""; | 182 | const char *burl = ""; |
| 183 | EMACS_INT bytes; | 183 | ptrdiff_t bytes; |
| 184 | EMACS_INT istart, iend; | 184 | ptrdiff_t istart, iend; |
| 185 | 185 | ||
| 186 | fn_xmlCheckVersion (LIBXML_VERSION); | 186 | fn_xmlCheckVersion (LIBXML_VERSION); |
| 187 | 187 | ||