diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-10 16:35:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-10 16:35:37 -0800 |
commit | e37778785ab978f64141e87392e8e651945f040e (patch) | |
tree | 99e34afa8d138a540f7159c0b321b38a2ca97687 /src/cm.c | |
parent | a4ba3963957c289a913b32bca9531aadcc3f377f (diff) | |
download | emacs-e37778785ab978f64141e87392e8e651945f040e.tar.gz |
Remove obsolete references to VAX in comments.
Diffstat (limited to 'src/cm.c')
-rw-r--r-- | src/cm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |