Olivier Galibert <galibert(a)pobox.com> writes:
Index: src/lisp.h
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/lisp.h,v
retrieving revision 1.38.2.24
diff -u -r1.38.2.24 lisp.h
--- lisp.h 1999/09/28 00:42:57 1.38.2.24
+++ lisp.h 1999/09/28 14:08:03
@@ -52,7 +52,8 @@
int elsize; \
int cur; \
int largest; \
- int max
+ int max; \
+ int dumped;
I am compiling it now. However I had to removed that last semi-colon
for Solaris CC to not barf.
Jan