comparison src/unicode.c @ 4770:b9aaf2a18957

Add missing return value type to unicode_query.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sun, 13 Dec 2009 00:59:40 +0900
parents 257b468bf2ca
children c12b646d84ee
comparison
equal deleted inserted replaced
4769:5460287a3327 4770:b9aaf2a18957
3091 } 3091 }
3092 3092
3093 return result; 3093 return result;
3094 } 3094 }
3095 #else /* !MULE */ 3095 #else /* !MULE */
3096 static Lisp_Object
3096 unicode_query (Lisp_Object UNUSED (codesys), 3097 unicode_query (Lisp_Object UNUSED (codesys),
3097 struct buffer * UNUSED (buf), 3098 struct buffer * UNUSED (buf),
3098 Charbpos UNUSED (end), int UNUSED (flags)) 3099 Charbpos UNUSED (end), int UNUSED (flags))
3099 { 3100 {
3100 return Qnil; 3101 return Qnil;