annotate vms/README @ 31534:0bfeb94864e2
(Vloads_in_progress): New variable.
(record_load_unwind): New function.
(Fload): Check for recursive loads.
(syms_of_lread): Initialize Vloads_in_progress.
(read_integer, read1): Avoid some compiler warnings.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Mon, 11 Sep 2000 12:51:42 +0000 |
parents |
f77459b629f4 |
children |
38f896e6a2ad |
rev |
line source |
25831
|
1 GNU Emacs 19.x and above do not compile out of the box on OpenVMS.
|
|
2 Richard Levitte <levitte@lp.se> is distributing and maintaining a
|
|
3 version of Emacs (currently based on version 19.28, but soon moving to
|
|
4 19.34 and then 20.1) that compiles and works on OpenVMS 5.5 and above
|
|
5 on both VAX and Alpha architectures. For more information, see:
|
|
6 http://www.gnu.org/software/emacs-vms/emacs.html
|