diff options
| author | Glenn Morris | 2010-05-05 22:27:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-05 22:27:17 -0700 |
| commit | 0c99c5973257dcdc4717b08e172a0b00a0d0c080 (patch) | |
| tree | 31c285ada6ac946818b194cf1c4581c8b7bb3743 /src/m/vax.h | |
| parent | 72528372a762953c9209a7a5fa2e0641a7437f0d (diff) | |
| download | emacs-0c99c5973257dcdc4717b08e172a0b00a0d0c080.tar.gz emacs-0c99c5973257dcdc4717b08e172a0b00a0d0c080.zip | |
Comment changes for some src/m/*.h files.
Remove some out-of-date comments, reformat others.
Diffstat (limited to 'src/m/vax.h')
| -rw-r--r-- | src/m/vax.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/m/vax.h b/src/m/vax.h index f33c2d5227a..1670d2b5f48 100644 --- a/src/m/vax.h +++ b/src/m/vax.h | |||
| @@ -18,18 +18,8 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | /* The following line tells the configuration script what sort of | ||
| 22 | operating system this machine is likely to run. | ||
| 23 | USUAL-OPSYS="note" | ||
| 24 | |||
| 25 | NOTE-START | ||
| 26 | The vax (-machine=vax) runs zillions of different operating systems. | ||
| 27 | |||
| 28 | NOTE-END */ | ||
| 29 | |||
| 30 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | 21 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word |
| 31 | is the most significant byte. */ | 22 | is the most significant byte. */ |
| 32 | |||
| 33 | #undef WORDS_BIG_ENDIAN | 23 | #undef WORDS_BIG_ENDIAN |
| 34 | 24 | ||
| 35 | /* #define vax -- appears to be done automatically */ | 25 | /* #define vax -- appears to be done automatically */ |
| @@ -38,11 +28,9 @@ NOTE-END */ | |||
| 38 | support the load average, so disable it for them. */ | 28 | support the load average, so disable it for them. */ |
| 39 | 29 | ||
| 40 | /* Data type of load average, as read out of kmem. */ | 30 | /* Data type of load average, as read out of kmem. */ |
| 41 | |||
| 42 | #define LOAD_AVE_TYPE double | 31 | #define LOAD_AVE_TYPE double |
| 43 | 32 | ||
| 44 | /* Convert that into an integer that is 100 for a load average of 1.0 */ | 33 | /* Convert that into an integer that is 100 for a load average of 1.0 */ |
| 45 | |||
| 46 | #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) | 34 | #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) |
| 47 | 35 | ||
| 48 | #define HAVE_FTIME | 36 | #define HAVE_FTIME |