From: Dave Love Date: Thu, 9 May 2002 17:59:01 +0000 (+0000) Subject: (syntax_temp) [!__GNUC__]: Declare. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~912 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d7db6f1392eb0fb59b02f7d237f51ad395bbe76;p=emacs.git (syntax_temp) [!__GNUC__]: Declare. --- 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) \