diff options
Diffstat (limited to 'tccpp.c')
| -rw-r--r-- | tccpp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1687,6 +1687,8 @@ include_done: pstrcpy(file->filename, sizeof(file->filename), (char *)tokc.cstr->data); } + if (s1->do_debug) + put_stabs(file->filename, N_BINCL, 0, 0, 0); break; case TOK_ERROR: case TOK_WARNING: |
