Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 564:001628b7a5b3
[xemacs-hg @ 2001-05-24 09:37:25 by yoshiki]
Fix broken build on Linux.
* buffer.c (Qtext_conversion_error): Moved from file-coding.c
so that --with-file-coding=no will compile corectly.
* buffer.c (syms_of_buffer): Define Qtext_conversion_error.
Also moved from file-coding.c
* file-coding.c (Qtext_conversion_error): Moved to buffer.c
* file-coding.c (syms_of_file_coding): Moved Qtext_conversion_error
initialization to buffer.c
* emodules.c (Qdll_error): New error.
* emodules.c (syms_of_module): Declare Qdll_error.
* esd.c (esd_play_sound_data): sound_warn accepts only one arg.
* miscplay.c (sndcnv8S_2mono):
* miscplay.c (sndcnv2monounsigned):
* miscplay.c (int2ulaw):
* miscplay.c (sndcnv2byteLE):
* miscplay.c (sndcnv2byteBE):
* miscplay.c (sndcnv2monobyteLE):
* miscplay.c (sndcnv2monobyteBE): Replace signed Char_Binary with
Char_Binary. There's no type called signed char in C.
Also remove audio: from error message. sound_warn and sound_perror
prepends them.
| author | yoshiki |
|---|---|
| date | Thu, 24 May 2001 09:37:30 +0000 |
| parents | 183866b06e0b |
| children | e9162e1ea200 |
comparison
equal
deleted
inserted
replaced
| 563:183866b06e0b | 564:001628b7a5b3 |
|---|---|
| 1 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 2 | |
| 3 * buffer.c (Qtext_conversion_error): Moved from file-coding.c | |
| 4 so that --with-file-coding=no will compile corectly. | |
| 5 * buffer.c (syms_of_buffer): Define Qtext_conversion_error. | |
| 6 Also moved from file-coding.c | |
| 7 * file-coding.c (Qtext_conversion_error): Moved to buffer.c | |
| 8 * file-coding.c (syms_of_file_coding): Moved Qtext_conversion_error | |
| 9 initialization to buffer.c | |
| 10 * emodules.c (Qdll_error): New error. | |
| 11 * emodules.c (syms_of_module): Declare Qdll_error. | |
| 12 | |
| 13 * esd.c (esd_play_sound_data): sound_warn accepts only one arg. | |
| 14 * miscplay.c (sndcnv8S_2mono): | |
| 15 * miscplay.c (sndcnv2monounsigned): | |
| 16 * miscplay.c (int2ulaw): | |
| 17 * miscplay.c (sndcnv2byteLE): | |
| 18 * miscplay.c (sndcnv2byteBE): | |
| 19 * miscplay.c (sndcnv2monobyteLE): | |
| 20 * miscplay.c (sndcnv2monobyteBE): Replace signed Char_Binary with | |
| 21 Char_Binary. There's no type called signed char in C. | |
| 22 Also remove audio: from error message. sound_warn and sound_perror | |
| 23 prepends them. | |
| 24 | |
| 1 2001-05-24 Ben Wing <ben@xemacs.org> | 25 2001-05-24 Ben Wing <ben@xemacs.org> |
| 2 | 26 |
| 3 * Makefile.in.in (objs): | 27 * Makefile.in.in (objs): |
| 4 * abbrev.c (syms_of_abbrev): | 28 * abbrev.c (syms_of_abbrev): |
| 5 * alloc.c (memory_full): | 29 * alloc.c (memory_full): |
