diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2009-09-30 09:54:26 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2009-09-30 09:54:26 +0000 |
commit | 56653d852446e74a4d998c7d91e6591e28c240f9 (patch) | |
tree | d6d2368c9ab6edc0e0460a9813c1fa24f34d62e4 /filedef.h | |
parent | f907a4d90c895f04ee7497a5f1b58ad1fd3cddb5 (diff) | |
download | gunmake-56653d852446e74a4d998c7d91e6591e28c240f9.tar.gz |
Fix Savannah bugs #15110, #25493, #12686, and #17740.
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). */ }; |