mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
4624371d9a
dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore. |
||
---|---|---|
.. | ||
.arch-inventory | ||
.gitignore | ||
b2m.c | ||
b2m.pl | ||
ChangeLog | ||
COPYING | ||
cvtmail.c | ||
digest-doc.c | ||
ebrowse.c | ||
emacsclient.c | ||
etags.c | ||
fakemail.c | ||
getopt1.c | ||
getopt_.h | ||
getopt_int.h | ||
getopt.c | ||
gettext.h | ||
grep-changelog | ||
hexl.c | ||
make-docfile.c | ||
Makefile.in | ||
makefile.w32-in | ||
movemail.c | ||
ntlib.c | ||
ntlib.h | ||
pop.c | ||
pop.h | ||
profile.c | ||
rcs2log | ||
rcs-checkin | ||
README | ||
sorted-doc.c | ||
test-distrib.c | ||
testfile | ||
update-game-score.c | ||
vcdiff |
This directory contains the source code for the architecture-dependent files that go in ${archlibdir}. At present, these are mostly utility programs used by GNU Emacs.