[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/6] * load.c: add support of parent_records
From: |
Macpaul Lin |
Subject: |
[PATCH 5/6] * load.c: add support of parent_records |
Date: |
Thu, 14 Aug 2014 15:37:38 +0800 |
(do_variable_definition): fix API consistency for supporting parent_records.
Signed-off-by: Macpaul Lin <address@hidden>
---
load.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/load.c b/load.c
index b937c9f..78b800f 100644
--- a/load.c
+++ b/load.c
@@ -214,7 +214,8 @@ load_file (const gmk_floc *flocp, const char **ldname, int
noerror)
/* If it succeeded, add the load file to the loaded variable. */
if (r > 0)
- do_variable_definition (flocp, ".LOADED", *ldname, o_default, f_append, 0);
+ do_variable_definition (flocp, ".LOADED", *ldname, o_default, f_append, 0,
+ NULL);
return r;
}
--
1.9.1