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:
Eli Zaretskii 2017-09-11 19:44:38 +03:00
parent e33234ab9f
commit 7fb03a28e7

View file

@ -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)