comparison 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
comparison
equal deleted inserted replaced
4785:d6cfba1cc388 4824:c12b646d84ee
2943 Charbpos pos = BUF_PT (buf), fail_range_start, fail_range_end; 2943 Charbpos pos = BUF_PT (buf), fail_range_start, fail_range_end;
2944 Charbpos pos_byte = BYTE_BUF_PT (buf); 2944 Charbpos pos_byte = BYTE_BUF_PT (buf);
2945 Lisp_Object skip_chars_range_table, result = Qnil; 2945 Lisp_Object skip_chars_range_table, result = Qnil;
2946 enum query_coding_failure_reasons failed_reason, 2946 enum query_coding_failure_reasons failed_reason,
2947 previous_failed_reason = query_coding_succeeded; 2947 previous_failed_reason = query_coding_succeeded;
2948 int checked_unicode, invalid_lower_limit = UNICODE_ERROR_OCTET_RANGE_START, 2948 int checked_unicode,
2949 invalid_upper_limit, unicode_type = XCODING_SYSTEM_UNICODE_TYPE (codesys); 2949 invalid_lower_limit = UNICODE_ERROR_OCTET_RANGE_START,
2950 invalid_upper_limit = -1,
2951 unicode_type = XCODING_SYSTEM_UNICODE_TYPE (codesys);
2950 2952
2951 if (flags & QUERY_METHOD_HIGHLIGHT && 2953 if (flags & QUERY_METHOD_HIGHLIGHT &&
2952 /* If we're being called really early, live without highlights getting 2954 /* If we're being called really early, live without highlights getting
2953 cleared properly: */ 2955 cleared properly: */
2954 !(UNBOUNDP (XSYMBOL (Qquery_coding_clear_highlights)->function))) 2956 !(UNBOUNDP (XSYMBOL (Qquery_coding_clear_highlights)->function)))