summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filedef.h b/filedef.h
index 50eec74..5fa6429 100644
--- a/filedef.h
+++ b/filedef.h
@@ -95,6 +95,7 @@ struct file
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). */
+ unsigned int builtin:1; /* True if the file is a builtin rule. */
};