# HG changeset patch # User Stefan Monnier # Date 1053713676 0 # Node ID 70fb9c159754b95c9c8de0810c078635ca42a72c # Parent 44219a7a4ca4d783bbda0f8a6e05b9f9c0d327c6 (Vfundamental_mode_abbrev_table): Don't declare. diff -r 44219a7a4ca4 -r 70fb9c159754 src/lisp.h --- a/src/lisp.h Fri May 23 18:11:50 2003 +0000 +++ b/src/lisp.h Fri May 23 18:14:36 2003 +0000 @@ -32,7 +32,7 @@ be compared to the sizes recorded in Lisp strings. */ #define GC_CHECK_STRING_BYTES 1 -#endif /* 0*/ +#endif /* 0 */ /* These are default choices for the types to use. */ @@ -2767,7 +2767,6 @@ /* Defined in abbrev.c */ -extern Lisp_Object Vfundamental_mode_abbrev_table; extern void syms_of_abbrev P_ ((void)); /* defined in search.c */