Mercurial > hg > xemacs-beta
diff src/unicode.c @ 4824:c12b646d84ee
changes to get things to compile under latest cygwin
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 24 Dec 2009 19:45:23 -0600 |
parents | b9aaf2a18957 |
children | b3ea9c582280 |
line wrap: on
line diff
--- a/src/unicode.c Mon Dec 21 13:51:39 2009 -0700 +++ b/src/unicode.c Thu Dec 24 19:45:23 2009 -0600 @@ -2945,8 +2945,10 @@ Lisp_Object skip_chars_range_table, result = Qnil; enum query_coding_failure_reasons failed_reason, previous_failed_reason = query_coding_succeeded; - int checked_unicode, invalid_lower_limit = UNICODE_ERROR_OCTET_RANGE_START, - invalid_upper_limit, unicode_type = XCODING_SYSTEM_UNICODE_TYPE (codesys); + int checked_unicode, + invalid_lower_limit = UNICODE_ERROR_OCTET_RANGE_START, + invalid_upper_limit = -1, + unicode_type = XCODING_SYSTEM_UNICODE_TYPE (codesys); if (flags & QUERY_METHOD_HIGHLIGHT && /* If we're being called really early, live without highlights getting