Mercurial > emacs
changeset 88471:9729ea16acd8
(syntax_temp) [!__GNUC__]: Declare.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 09 May 2002 17:59:01 +0000 |
parents | 16e6abfb17f2 |
children | 7588f2b3779c |
files | src/syntax.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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) \