]> git.eshelyaron.com Git - emacs.git/commitdiff
(syntax_temp) [!__GNUC__]: Declare.
authorDave Love <fx@gnu.org>
Thu, 9 May 2002 17:59:01 +0000 (17:59 +0000)
committerDave Love <fx@gnu.org>
Thu, 9 May 2002 17:59:01 +0000 (17:59 +0000)
src/syntax.h

index d323e85b2335b0aec1de47669ee10007078b3956..2cd137184f8dfbb5da82ff5d3dc3f5cfa2f8c673 100644 (file)
@@ -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)                                                        \