]> git.eshelyaron.com Git - emacs.git/commitdiff
* m/vax.h (CRT0_DUMMIES): Remove, unused.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 3 Apr 2010 00:20:04 +0000 (17:20 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 3 Apr 2010 00:20:04 +0000 (17:20 -0700)
src/ChangeLog
src/m/vax.h

index 8287e453ba3d41aebd4938aa37ec41ae5fc7a60e..dc0ff821201996bbbec6c44c077430b064db6ab3 100644 (file)
@@ -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.
 
index 62c78e68ab0ec7745924b59f6735aea2429a2b44..f33c2d5227a7e0f2b4c38366b42541f1ca32e340 100644 (file)
@@ -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.  */