On Sun, Oct 24, 1999 at 02:18:46PM +0200, Adrian Aichner wrote:
src/lisp.h has a little booboo in latest CVS for 21.2.
This patch is required:
Index: src/lisp.h
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/lisp.h,v
retrieving revision 1.38.2.29
diff -u -r1.38.2.29 lisp.h
--- lisp.h 1999/10/24 03:48:43 1.38.2.29
+++ lisp.h 1999/10/24 12:16:01
@@ -52,7 +52,7 @@
int elsize; \
int cur; \
int largest; \
- int max;
+ int max
typedef struct dynarr
{
Approved and applied. Please, next time, add a changelog and send the
patch to xemacs-patches :-)
OG.
1999-10-24 Adrian Aichner <aichner(a)ecf.teradyne.com>
* lisp.h (Dynarr_declare): Fix boo-boo.