Mercurial > emacs
changeset 107766:c117b71dcf38
* m/vax.h (CRT0_DUMMIES): Remove, unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 02 Apr 2010 17:20:04 -0700 |
parents | ede3c4156432 |
children | ca372bf64063 |
files | src/ChangeLog src/m/vax.h |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Apr 02 17:06:38 2010 -0700 +++ b/src/ChangeLog Fri Apr 02 17:20:04 2010 -0700 @@ -1,5 +1,7 @@ 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu> + * m/vax.h (CRT0_DUMMIES): Remove, unused. + * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not used on those platforms.
--- a/src/m/vax.h Fri Apr 02 17:06:38 2010 -0700 +++ b/src/m/vax.h Fri Apr 02 17:20:04 2010 -0700 @@ -34,10 +34,6 @@ /* #define vax -- appears to be done automatically */ -/* crt0.c should use the vax-bsd style of entry, with no dummy args. */ - -#define CRT0_DUMMIES - /* USG systems I know of running on Vaxes do not actually support the load average, so disable it for them. */