all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* abbrev.c:201: undefined reference to `SYNTAX_ENTRY_FOLLOW_PARENT'
@ 2007-07-19 17:11 Brian Millett
  2007-07-19 18:55 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Millett @ 2007-07-19 17:11 UTC (permalink / raw)
  To: bug-gnu-emacs

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."

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-20 12:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 17:11 abbrev.c:201: undefined reference to `SYNTAX_ENTRY_FOLLOW_PARENT' Brian Millett
2007-07-19 18:55 ` Glenn Morris
2007-07-19 22:54   ` Brian Millett
2007-07-19 23:50     ` Glenn Morris
2007-07-20  3:39       ` Brian Millett
2007-07-20  4:37         ` Glenn Morris
2007-07-20 12:22           ` Brian Millett

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.