Another place to produce debugging output in etags
* lib-src/etags.c (Ruby_functions): One more place to print debugging output under --debug.
This commit is contained in:
parent
e33234ab9f
commit
7fb03a28e7
1 changed files with 3 additions and 0 deletions
|
@ -4974,6 +4974,9 @@ Ruby_functions (FILE *inf)
|
|||
memcpy (wr_name + name_len - 1, "=", 2);
|
||||
pfnote (wr_name, true, lb.buffer, cp - lb.buffer + 1,
|
||||
lineno, linecharno);
|
||||
if (debug)
|
||||
fprintf (stderr, "%s on %s:%d: %s\n", wr_name,
|
||||
curfdp->taggedfname, lineno, lb.buffer);
|
||||
continuation = false;
|
||||
}
|
||||
if (alias)
|
||||
|
|
Loading…
Add table
Reference in a new issue