summaryrefslogtreecommitdiff
path: root/src/cm.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-02-10 16:35:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-02-10 16:35:37 -0800
commite37778785ab978f64141e87392e8e651945f040e (patch)
tree99e34afa8d138a540f7159c0b321b38a2ca97687 /src/cm.c
parenta4ba3963957c289a913b32bca9531aadcc3f377f (diff)
downloademacs-e37778785ab978f64141e87392e8e651945f040e.tar.gz
Remove obsolete references to VAX in comments.
Diffstat (limited to 'src/cm.c')
-rw-r--r--src/cm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cm.c b/src/cm.c
index 842633aceec..3a5f927eda3 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -28,8 +28,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "termchar.h"
#include "tparam.h"
-#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
- use about 2000.... */
+#define BIG 9999 /* Good on 32-bit hosts. */
int cost; /* sums up costs */