Mercurial > hg > xemacs-beta
comparison src/mule-wnnfns.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 6b37e6ddd302 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
2003 } | 2003 } |
2004 *wp = 0; | 2004 *wp = 0; |
2005 } | 2005 } |
2006 | 2006 |
2007 void | 2007 void |
2008 _xp (int x) | |
2009 { | |
2010 printf ("%x\n", x); fflush (stdout); | |
2011 } | |
2012 | |
2013 void | |
2014 w2y (w_char *w) | 2008 w2y (w_char *w) |
2015 { | 2009 { |
2016 letter pbuf[5000], ybuf[5000]; | 2010 letter pbuf[5000], ybuf[5000]; |
2017 unsigned int *pin; | 2011 unsigned int *pin; |
2018 w_char *y; | 2012 w_char *y; |