Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4973:3bf1b0f0c391
fix compile errors
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-04 Ben Wing <ben@xemacs.org>
* emacs.c (SHEBANG_EXE_PROGNAME_LENGTH):
* emacs.c (main_1):
Restore old definition of SHEBANG_EXE_PROGNAME_LENGTH; not possible
to ANSI-concatenate wide and narrow strings.
* print.c (write_msg_istring):
* print.c (write_msg_cistring):
* print.c (write_msg_ascstring):
Can't return a value in a void-declared function.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 04 Feb 2010 18:27:39 -0600 |
parents | c448f4c38d65 |
children | c5cb3cb79110 2bf7c51d7101 |
comparison
equal
deleted
inserted
replaced
4972:c448f4c38d65 | 4973:3bf1b0f0c391 |
---|---|
1 2010-02-04 Ben Wing <ben@xemacs.org> | |
2 | |
3 * emacs.c (SHEBANG_EXE_PROGNAME_LENGTH): | |
4 * emacs.c (main_1): | |
5 Restore old definition of SHEBANG_EXE_PROGNAME_LENGTH; not possible | |
6 to ANSI-concatenate wide and narrow strings. | |
7 * print.c (write_msg_istring): | |
8 * print.c (write_msg_cistring): | |
9 * print.c (write_msg_ascstring): | |
10 Can't return a value in a void-declared function. | |
11 | |
1 2010-02-04 Ben Wing <ben@xemacs.org> | 12 2010-02-04 Ben Wing <ben@xemacs.org> |
2 | 13 |
3 * filelock.c: | 14 * filelock.c: |
4 * filelock.c (fill_in_lock_file_name): | 15 * filelock.c (fill_in_lock_file_name): |
5 Name the lock symlink file .#FN# instead of .#FN for file FN, so | 16 Name the lock symlink file .#FN# instead of .#FN for file FN, so |