aboutsummaryrefslogtreecommitdiffstats
path: root/scheme.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheme.c')
-rw-r--r--scheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme.c b/scheme.c
index a5b7691..2844545 100644
--- a/scheme.c
+++ b/scheme.c
@@ -4838,7 +4838,7 @@ static pointer opexe_5(scheme *sc, enum scheme_opcodes op) {
} else {
sc->nesting_stack[sc->file_i]++;
#if USE_TAGS && SHOW_ERROR_LINE
- {
+ if (sc->load_stack[sc->file_i].kind & port_file) {
const char *filename =
sc->load_stack[sc->file_i].rep.stdio.filename;
int lineno =