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:
Michael Witten 2008-02-14 16:52:37 -05:00 committed by Stephen Williams
parent 623073c722
commit 3bdf0a13d6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {