# HG changeset patch # User Dave Love # Date 1020967141 0 # Node ID 9729ea16acd899a4c1ff1fe5b1b7e32db0368f0f # Parent 16e6abfb17f216ba907d0f69900938bb17893544 (syntax_temp) [!__GNUC__]: Declare. diff -r 16e6abfb17f2 -r 9729ea16acd8 src/syntax.h --- 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) \