bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

abbrev.c:201: undefined reference to `SYNTAX_ENTRY_FOLLOW_PARENT'


From: Brian Millett
Subject: abbrev.c:201: undefined reference to `SYNTAX_ENTRY_FOLLOW_PARENT'
Date: Thu, 19 Jul 2007 12:11:15 -0500
User-agent: Thunderbird 2.0.0.4 (X11/20070615)

CVS update today has an error in the compilation:

abbrev.o: In function `abbrev_check_chars':
/home/bpm/src/emacs/src/abbrev.c:201: undefined reference to
`SYNTAX_ENTRY_FOLLOW_PARENT'
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/home/bpm/src/emacs/src'
make: *** [src] Error 2


a cvs diff of the abrev.c shows that 2 days ago the function abbrev_check_chars
was added with the following:

199      /* Copied from SYNTAX in syntax.h, except using FOLLOW_PARENT. */
200                Lisp_Object syntax_temp
201                  = SYNTAX_ENTRY_FOLLOW_PARENT (Vstandard_syntax_table, c);
202                if ( (CONSP (syntax_temp)
203                      ? (enum syntaxcode) (XINT (XCAR (syntax_temp)) & 0xff)
204                              : Swhitespace) != Sword ) badchars[nbad++] = c;

But SYNTAX_ENTRY_FOLLOW_PARENT is not in syntax.h

Thanks.
-- 
Brian Millett - [ Thirteen/Psi Cop, "A Spider in the Web"]
"Ours now. All ours."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]