Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 4691:3ba90c659d01
Move Qfrom_unicode to general-slots.h, fix the native Win32 build.
2009-09-20 Aidan Kehoe <kehoea@parhasard.net>
* general-slots.h:
* mule-coding.c (syms_of_mule_coding):
* mule-charset.c (syms_of_mule_charset):
Move Qfrom_unicode to general-slots.h, now it's used in more than
one file. Fixes the native Win32 build; thank you Vin!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 20 Sep 2009 08:27:42 +0100 |
parents | d402d7b18bd8 |
children | 0c54de4c4b9d |
comparison
equal
deleted
inserted
replaced
4690:257b468bf2ca | 4691:3ba90c659d01 |
---|---|
82 Lisp_Object Qregistries, Qgraphic, Qregistry; | 82 Lisp_Object Qregistries, Qgraphic, Qregistry; |
83 Lisp_Object Qdirection; | 83 Lisp_Object Qdirection; |
84 Lisp_Object Qreverse_direction_charset; | 84 Lisp_Object Qreverse_direction_charset; |
85 Lisp_Object Qshort_name, Qlong_name; | 85 Lisp_Object Qshort_name, Qlong_name; |
86 | 86 |
87 Lisp_Object Qfrom_unicode, Qto_unicode; | 87 Lisp_Object Qto_unicode; |
88 | 88 |
89 Lisp_Object | 89 Lisp_Object |
90 Qlatin_iso8859_1, | 90 Qlatin_iso8859_1, |
91 Qlatin_iso8859_2, | 91 Qlatin_iso8859_2, |
92 Qlatin_iso8859_3, | 92 Qlatin_iso8859_3, |
1094 DEFSYMBOL (Qdirection); | 1094 DEFSYMBOL (Qdirection); |
1095 DEFSYMBOL (Qreverse_direction_charset); | 1095 DEFSYMBOL (Qreverse_direction_charset); |
1096 DEFSYMBOL (Qshort_name); | 1096 DEFSYMBOL (Qshort_name); |
1097 DEFSYMBOL (Qlong_name); | 1097 DEFSYMBOL (Qlong_name); |
1098 | 1098 |
1099 DEFSYMBOL (Qfrom_unicode); | |
1100 DEFSYMBOL (Qto_unicode); | 1099 DEFSYMBOL (Qto_unicode); |
1101 | 1100 |
1102 DEFSYMBOL (Ql2r); | 1101 DEFSYMBOL (Ql2r); |
1103 DEFSYMBOL (Qr2l); | 1102 DEFSYMBOL (Qr2l); |
1104 | 1103 |