summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filedef.h b/filedef.h
index ae71110..e2d9c3c 100644
--- a/filedef.h
+++ b/filedef.h
@@ -42,6 +42,7 @@ struct file
struct file *prev; /* Previous entry for same file name;
used when there are multiple double-colon
entries for the same file. */
+ struct file *last; /* Last entry for the same file name. */
/* File that this file was renamed to. After any time that a
file could be renamed, call `check_renamed' (below). */