From 9b0a3d91ea594ff1afe7b8ec83ff41ba828d243b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Feb 2000 07:37:40 +0000 Subject: * Fix PR/1407. * Keep filename/lineno information for variables, for debugging. --- filedef.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'filedef.h') diff --git a/filedef.h b/filedef.h index f39b82a..8712e98 100644 --- a/filedef.h +++ b/filedef.h @@ -48,6 +48,10 @@ struct file /* List of variable sets used for this file. */ struct variable_set_list *variables; + /* Pattern-specific variable reference for this target, or null if there + isn't one. Also see the pat_searched flag, below. */ + struct variable_set_list *pat_variables; + /* Immediate dependent that caused this target to be remade, or nil if there isn't one. */ struct file *parent; @@ -56,10 +60,6 @@ struct file the same file. Otherwise this is null. */ struct file *double_colon; - /* Pattern-specific variable reference for this target, or null if there - isn't one. Also see the pat_searched flag, below. */ - struct pattern_var *patvar; - short int update_status; /* Status of the last attempt to update, or -1 if none has been made. */ -- cgit v1.2.3