diff options
Diffstat (limited to 'filedef.h')
-rw-r--r-- | filedef.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ struct file pattern-specific variables. */ unsigned int considered:1; /* equal to 'considered' if file has been considered on current scan of goal chain */ + unsigned int no_diag:1; /* True if the file failed to update and no + diagnostics has been issued (dontcare). */ }; |