Fix parsing SYSV/GNU "include"

This commit is contained in:
Andrey A. Chernov 1995-06-18 13:08:18 +00:00
parent 76da55f6bc
commit fa19ca391b

View File

@ -2439,6 +2439,7 @@ Parse_File(name, stream)
}
#ifdef SYSVINCLUDE
} else if (strncmp (line, "include", 7) == 0 &&
isspace(line[7]) &&
strchr(line, ':') == NULL) {
/*
* It's an S3/S5-style "include".