Mercurial > hg > xemacs-beta
comparison src/mule-wnnfns.c @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 34a5b81f86ba |
children | 6b37e6ddd302 |
comparison
equal
deleted
inserted
replaced
150:8ebb1c0f0f6f | 151:59463afc5666 |
---|---|
266 #include <config.h> | 266 #include <config.h> |
267 #include "lisp.h" | 267 #include "lisp.h" |
268 | 268 |
269 #include "buffer.h" | 269 #include "buffer.h" |
270 #include "window.h" | 270 #include "window.h" |
271 | 271 #include "sysdep.h" |
272 #include "commonhd.h" | 272 |
273 #include "wnn/commonhd.h" | |
273 #include "mule-charset.h" | 274 #include "mule-charset.h" |
274 #include "jllib.h" | 275 #include "wnn/jllib.h" |
275 #include "cplib.h" | 276 #include "wnn/cplib.h" |
276 | 277 |
277 /* UCHAR が二重定義されるので */ | 278 /* UCHAR が二重定義されるので */ |
278 #define _UCHAR_T | 279 #define _UCHAR_T |
279 | 280 |
280 #define EGG_TIMEOUT 5 | 281 #define EGG_TIMEOUT 5 |
282 #define WNNSERVER_J 0 | 283 #define WNNSERVER_J 0 |
283 #define WNNSERVER_C 1 | 284 #define WNNSERVER_C 1 |
284 #define WNNSERVER_T 2 | 285 #define WNNSERVER_T 2 |
285 #define WNNSERVER_K 3 | 286 #define WNNSERVER_K 3 |
286 | 287 |
288 int check_wnn_server_type (void); | |
287 void w2m (w_char *wp, unsigned char *mp, unsigned char lb); | 289 void w2m (w_char *wp, unsigned char *mp, unsigned char lb); |
288 void m2w (unsigned char *mp, w_char *wp); | 290 void m2w (unsigned char *mp, w_char *wp); |
289 void w2y (w_char *w); | 291 void w2y (w_char *w); |
290 void c2m (unsigned char *cp, unsigned char *mp, unsigned char lb); | 292 void c2m (unsigned char *cp, unsigned char *mp, unsigned char lb); |
291 static void puts2 (char *s); | 293 static void puts2 (char *s); |