From 56653d852446e74a4d998c7d91e6591e28c240f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Sep 2009 09:54:26 +0000 Subject: Fix Savannah bugs #15110, #25493, #12686, and #17740. --- filedef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filedef.h') diff --git a/filedef.h b/filedef.h index 0d09e16..2881c0e 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). */ }; -- cgit v1.2.3