From: Dan Nicolaescu Date: Sat, 3 Apr 2010 00:20:04 +0000 (-0700) Subject: * m/vax.h (CRT0_DUMMIES): Remove, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cd9f6c2f95f344aaa1201392eadaf3c5e882532;p=emacs.git * m/vax.h (CRT0_DUMMIES): Remove, unused. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8287e453ba3..dc0ff821201 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-04-03 Dan Nicolaescu + * m/vax.h (CRT0_DUMMIES): Remove, unused. + * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not used on those platforms. diff --git a/src/m/vax.h b/src/m/vax.h index 62c78e68ab0..f33c2d5227a 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -34,10 +34,6 @@ NOTE-END */ /* #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. */