Mercurial > emacs
diff src/syntax.h @ 88471:9729ea16acd8
(syntax_temp) [!__GNUC__]: Declare.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 09 May 2002 17:59:01 +0000 |
| parents | 9302a313a37b |
| children | 9a7268b7a742 |
line wrap: on
line diff
--- a/src/syntax.h Thu May 09 17:57:26 2002 +0000 +++ b/src/syntax.h Thu May 09 17:59:01 2002 +0000 @@ -1,5 +1,5 @@ /* Declarations having to do with GNU Emacs syntax tables. - Copyright (C) 1985, 93, 94, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1985, 93, 94, 97, 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -110,6 +110,7 @@ ? XCDR (temp) \ : Qnil); }) #else +extern Lisp_Object syntax_temp; #define SYNTAX(c) \ (syntax_temp = SYNTAX_ENTRY ((c)), \ (CONSP (syntax_temp) \
