comparison src/lisp.h @ 51167:70fb9c159754

(Vfundamental_mode_abbrev_table): Don't declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 23 May 2003 18:14:36 +0000
parents b17fe74b2af3
children 7fb427e8d984
comparison
equal deleted inserted replaced
51166:44219a7a4ca4 51167:70fb9c159754
30 /* Define this temporarily to hunt a bug. If defined, the size of 30 /* Define this temporarily to hunt a bug. If defined, the size of
31 strings is redundantly recorded in sdata structures so that it can 31 strings is redundantly recorded in sdata structures so that it can
32 be compared to the sizes recorded in Lisp strings. */ 32 be compared to the sizes recorded in Lisp strings. */
33 33
34 #define GC_CHECK_STRING_BYTES 1 34 #define GC_CHECK_STRING_BYTES 1
35 #endif /* 0*/ 35 #endif /* 0 */
36 36
37 37
38 /* These are default choices for the types to use. */ 38 /* These are default choices for the types to use. */
39 #ifdef _LP64 39 #ifdef _LP64
40 #ifndef EMACS_INT 40 #ifndef EMACS_INT
2765 extern void init_fileio_once P_ ((void)); 2765 extern void init_fileio_once P_ ((void));
2766 extern Lisp_Object make_temp_name P_ ((Lisp_Object, int)); 2766 extern Lisp_Object make_temp_name P_ ((Lisp_Object, int));
2767 2767
2768 /* Defined in abbrev.c */ 2768 /* Defined in abbrev.c */
2769 2769
2770 extern Lisp_Object Vfundamental_mode_abbrev_table;
2771 extern void syms_of_abbrev P_ ((void)); 2770 extern void syms_of_abbrev P_ ((void));
2772 2771
2773 /* defined in search.c */ 2772 /* defined in search.c */
2774 extern void shrink_regexp_cache P_ ((void)); 2773 extern void shrink_regexp_cache P_ ((void));
2775 EXFUN (Fstring_match, 3); 2774 EXFUN (Fstring_match, 3);