aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/syntax.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h
index d323e85b233..2cd137184f8 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -1,5 +1,5 @@
1/* Declarations having to do with GNU Emacs syntax tables. 1/* Declarations having to do with GNU Emacs syntax tables.
2 Copyright (C) 1985, 93, 94, 97, 1998 Free Software Foundation, Inc. 2 Copyright (C) 1985, 93, 94, 97, 1998, 2002 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -110,6 +110,7 @@ enum syntaxcode
110 ? XCDR (temp) \ 110 ? XCDR (temp) \
111 : Qnil); }) 111 : Qnil); })
112#else 112#else
113extern Lisp_Object syntax_temp;
113#define SYNTAX(c) \ 114#define SYNTAX(c) \
114 (syntax_temp = SYNTAX_ENTRY ((c)), \ 115 (syntax_temp = SYNTAX_ENTRY ((c)), \
115 (CONSP (syntax_temp) \ 116 (CONSP (syntax_temp) \