Files
emacs/lib-src
Francesco Potortì 944bdd7208 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
* etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
	(get_compressor_from_suffix, process_file): Use MSDOS in if clause.
	(etags_strchr, etags_strrchr): Use const char * and int as arguments.
	(getenv, getcwd): Only declare them if necessary.
	(EMACS_NAME): New constant macro.
	(print_version): Use it.
	(P_) [__STDC__]: Macro for defining function prototypes.
	(all functions): Made them static.

2000-01-18  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>

	* etags.c [WINDOWSNT]: #include <direct.h>

2000-01-18  Martin Buchholz  <martin@xemacs.org>

	* etags.c: Prototypes and static for all the functions.
2000-02-03 11:58:48 +00:00
..
1999-10-07 00:36:36 +00:00
#
1999-10-17 09:55:57 +00:00
2000-01-28 15:02:20 +00:00
#
1999-10-03 20:46:34 +00:00
1999-08-10 13:33:49 +00:00
2000-01-29 23:53:44 +00:00
1998-06-01 14:01:14 +00:00
#
1999-10-03 20:46:34 +00:00
#
1999-10-01 12:43:57 +00:00
1999-02-26 11:37:05 +00:00

This directory contains the source code for the architecture-dependent
files that go in ../arch-lib.  At present, these are mostly utility
programs used by Emacs.