Mercurial > hg > xemacs-beta
comparison src/mule-wnnfns.c @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | fdefd0186b75 |
children | e38acbeb1cae |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
269 #include "buffer.h" | 269 #include "buffer.h" |
270 #include "window.h" | 270 #include "window.h" |
271 #include "sysdep.h" | 271 #include "sysdep.h" |
272 | 272 |
273 #include "wnn/commonhd.h" | 273 #include "wnn/commonhd.h" |
274 #include "mule-charset.h" | 274 #include "charset.h" |
275 #include "wnn/jllib.h" | 275 #include "wnn/jllib.h" |
276 #include "wnn/cplib.h" | 276 #include "wnn/cplib.h" |
277 | 277 |
278 /* UCHAR が二重定義されるので */ | 278 /* UCHAR が二重定義されるので */ |
279 #define _UCHAR_T | 279 #define _UCHAR_T |
1913 Vcwnn_zhuyin = Qnil; | 1913 Vcwnn_zhuyin = Qnil; |
1914 Vwnnenv_sticky = Qnil; | 1914 Vwnnenv_sticky = Qnil; |
1915 | 1915 |
1916 Vwnn_uniq_level = Qwnn_uniq; | 1916 Vwnn_uniq_level = Qwnn_uniq; |
1917 | 1917 |
1918 Fprovide(intern("wnn")); | 1918 Fprovide (intern ("wnn")); |
1919 } | 1919 } |
1920 | 1920 |
1921 void | 1921 void |
1922 w2m (w_char *wp, unsigned char *mp, unsigned char lb) | 1922 w2m (w_char *wp, unsigned char *mp, unsigned char lb) |
1923 { | 1923 { |