diff options
| author | Dan Nicolaescu | 2010-04-02 17:20:04 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-02 17:20:04 -0700 |
| commit | 4cd9f6c2f95f344aaa1201392eadaf3c5e882532 (patch) | |
| tree | 6cfc9b9bf26ad8e630562b45260ee3a7a3742df3 /src | |
| parent | c435b43224dd85c1c13cc982349a009e6d007d0e (diff) | |
| download | emacs-4cd9f6c2f95f344aaa1201392eadaf3c5e882532.tar.gz emacs-4cd9f6c2f95f344aaa1201392eadaf3c5e882532.zip | |
* m/vax.h (CRT0_DUMMIES): Remove, unused.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/m/vax.h | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8287e453ba3..dc0ff821201 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * m/vax.h (CRT0_DUMMIES): Remove, unused. | ||
| 4 | |||
| 3 | * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not | 5 | * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not |
| 4 | used on those platforms. | 6 | used on those platforms. |
| 5 | 7 | ||
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 */ | |||
| 34 | 34 | ||
| 35 | /* #define vax -- appears to be done automatically */ | 35 | /* #define vax -- appears to be done automatically */ |
| 36 | 36 | ||
| 37 | /* crt0.c should use the vax-bsd style of entry, with no dummy args. */ | ||
| 38 | |||
| 39 | #define CRT0_DUMMIES | ||
| 40 | |||
| 41 | /* USG systems I know of running on Vaxes do not actually | 37 | /* USG systems I know of running on Vaxes do not actually |
| 42 | support the load average, so disable it for them. */ | 38 | support the load average, so disable it for them. */ |
| 43 | 39 | ||