summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2009-09-30 09:54:26 +0000
committerBoris Kolpackov <boris@kolpackov.net>2009-09-30 09:54:26 +0000
commitffab8e78a12bbe629de10b8880959e3a4577129e (patch)
treed6d2368c9ab6edc0e0460a9813c1fa24f34d62e4 /filedef.h
parent53b4154f280b5b197c14f58f027de836cd0d5920 (diff)
downloadmake-ffab8e78a12bbe629de10b8880959e3a4577129e.tar.gz
Fix Savannah bugs #15110, #25493, #12686, and #17740.
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filedef.h b/filedef.h
index 0d09e163..2881c0e8 100644
--- a/filedef.h
+++ b/filedef.h
@@ -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). */
};