From 3d7db6f1392eb0fb59b02f7d237f51ad395bbe76 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 9 May 2002 17:59:01 +0000 Subject: [PATCH] (syntax_temp) [!__GNUC__]: Declare. --- src/syntax.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ /* 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 @@ enum syntaxcode ? XCDR (temp) \ : Qnil); }) #else +extern Lisp_Object syntax_temp; #define SYNTAX(c) \ (syntax_temp = SYNTAX_ENTRY ((c)), \ (CONSP (syntax_temp) \ -- 2.39.5