From a4e3523fe408158c15026a884d1515c34de27de6 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 6 Feb 2006 16:21:59 +0000 Subject: Fix Savannah bugs # 15341, 15534, and 15533. Rewrite large chunks of the "Commands" section of the manual to better describe then backslash-newline handling, the SHELL variable, etc. --- filedef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filedef.h') 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). */ -- cgit v1.2.3