mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Output line number information in processed sources
This commit is contained in:
parent
098127e17c
commit
baab67ed7c
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ int nres;
|
|||
put_lineno(void)
|
||||
{
|
||||
static int flag = 0;
|
||||
#if 0
|
||||
#if 1
|
||||
if (flag)
|
||||
fprintf(out, "#line %d\n", lineno);
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue