Mercurial > emacs
annotate lib-src/README @ 110628:19b118dd1498
nt/*.c: Use const char*; remove unused code.
* addpm.c (entry, add_registry, main):
* addsection.c (file_data, open_input_file, open_output_file)
(find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
(COPY_CHUNK):
* cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
(skip_nonspace, get_next_token, search_dir, make_absolute)
(spawn, main):
* preprep.c (file_data, open_input_file, open_output_file)
(open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
Use const char*.
* cmdproxy.c (stdin): Don't define, not used.
(main): Don't assign remlen after last use.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 28 Sep 2010 02:55:08 +0200 |
parents | b42a4aa7ff4f |
children |
rev | line source |
---|---|
25859 | 1 This directory contains the source code for the architecture-dependent |
52780 | 2 files that go in ${archlibdir}. At present, these are mostly utility |
69732
b42a4aa7ff4f
changed `Emacs' to `GNU Emacs'
Ramprasad B <ramprasad_i82@yahoo.com>
parents:
52780
diff
changeset
|
3 programs used by GNU Emacs. |