aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 9f144c4c973..188749b2cfb 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -56,7 +56,7 @@ Boston, MA 02110-1301, USA. */
56#ifdef GC_CHECK_CONS_LIST 56#ifdef GC_CHECK_CONS_LIST
57#define CHECK_CONS_LIST() check_cons_list() 57#define CHECK_CONS_LIST() check_cons_list()
58#else 58#else
59#define CHECK_CONS_LIST() 0 59#define CHECK_CONS_LIST() ((void)0)
60#endif 60#endif
61 61
62/* These are default choices for the types to use. */ 62/* These are default choices for the types to use. */
@@ -3234,6 +3234,7 @@ EXFUN (Fx_file_dialog, 5);
3234#endif 3234#endif
3235 3235
3236/* Defined in xfaces.c */ 3236/* Defined in xfaces.c */
3237EXFUN (Fclear_face_cache, 1);
3237extern void syms_of_xfaces P_ ((void)); 3238extern void syms_of_xfaces P_ ((void));
3238 3239
3239#ifndef HAVE_GETLOADAVG 3240#ifndef HAVE_GETLOADAVG
@@ -3249,6 +3250,7 @@ extern void syms_of_xfns P_ ((void));
3249extern void syms_of_xsmfns P_ ((void)); 3250extern void syms_of_xsmfns P_ ((void));
3250 3251
3251/* Defined in xselect.c */ 3252/* Defined in xselect.c */
3253EXFUN (Fx_send_client_event, 6);
3252extern void syms_of_xselect P_ ((void)); 3254extern void syms_of_xselect P_ ((void));
3253 3255
3254/* Defined in xterm.c */ 3256/* Defined in xterm.c */