unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* etags.c does not skip white space in Perl_functions
@ 2008-02-26 20:24 Yuri Shtil
  0 siblings, 0 replies; only message in thread
From: Yuri Shtil @ 2008-02-26 20:24 UTC (permalink / raw)
  To: bug-gnu-emacs

call to skip_places in Perl_functions ignores the return value.

Here is a diff I propose:

diff -c -F'^[_a-zA-Z0-9$]+ *(' etags_old.c etags.c
*** etags_old.c    2008-02-26 12:22:10.477948000 -0800
--- etags.c    2008-02-26 11:28:58.252938000 -0800
***************
*** 4509,4515 ****
 
    LOOP_ON_INPUT_LINES (inf, lb, cp)
      {
!       skip_spaces(cp);
 
        if (LOOKING_AT (cp, "package"))
      {
--- 4509,4515 ----
 
    LOOP_ON_INPUT_LINES (inf, lb, cp)
      {
!       cp = skip_spaces(cp);
 
        if (LOOKING_AT (cp, "package"))
      {




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-26 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-26 20:24 etags.c does not skip white space in Perl_functions Yuri Shtil

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).