From e37778785ab978f64141e87392e8e651945f040e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10 Feb 2013 16:35:37 -0800 Subject: Remove obsolete references to VAX in comments. --- src/cm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cm.c') 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 . */ #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 */ -- cgit v1.2.1