aboutsummaryrefslogtreecommitdiffstats
path: root/res/ael/ael.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/ael/ael.tab.c')
-rw-r--r--res/ael/ael.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ael/ael.tab.c b/res/ael/ael.tab.c
index cbe9d8c33..4d44d44f3 100644
--- a/res/ael/ael.tab.c
+++ b/res/ael/ael.tab.c
@@ -3470,7 +3470,7 @@ struct pval *npval(pvaltype type, int first_line, int last_line,
z->endline = last_line;
z->startcol = first_column;
z->endcol = last_column;
- z->filename = strdup(my_file);
+ z->filename = strdup(S_OR(my_file, "<none>"));
return z;
}