ivlpp: Clarification
A simple comment to clarify the use of standby for the inclusion stack. Signed-off-by: Michael Witten <mfwitten@mit.edu>
This commit is contained in:
parent
623073c722
commit
3bdf0a13d6
|
|
@ -1165,7 +1165,7 @@ static void include_filename()
|
|||
|
||||
static void do_include()
|
||||
{
|
||||
|
||||
/* standby is defined by include_filename() */
|
||||
if (standby->path[0] == '/') {
|
||||
standby->file = fopen(standby->path, "r");
|
||||
if(depend_file && standby->file) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue