summaryrefslogtreecommitdiff
path: root/src/m/vax.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-05 22:27:17 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-05 22:27:17 -0700
commit0c99c5973257dcdc4717b08e172a0b00a0d0c080 (patch)
tree31c285ada6ac946818b194cf1c4581c8b7bb3743 /src/m/vax.h
parent72528372a762953c9209a7a5fa2e0641a7437f0d (diff)
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.h12
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
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-/* The following line tells the configuration script what sort of
- operating system this machine is likely to run.
- USUAL-OPSYS="note"
-
-NOTE-START
-The vax (-machine=vax) runs zillions of different operating systems.
-
-NOTE-END */
-
/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
is the most significant byte. */
-
#undef WORDS_BIG_ENDIAN
/* #define vax -- appears to be done automatically */
@@ -38,11 +28,9 @@ NOTE-END */
support the load average, so disable it for them. */
/* Data type of load average, as read out of kmem. */
-
#define LOAD_AVE_TYPE double
/* Convert that into an integer that is 100 for a load average of 1.0 */
-
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
#define HAVE_FTIME