mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Correct close statement.
This commit is contained in:
parent
6e2d19cab9
commit
0e17ee3c71
@ -8,13 +8,13 @@ BEGIN {
|
|||||||
{
|
{
|
||||||
while ((getline < input[s]) > 0)
|
while ((getline < input[s]) > 0)
|
||||||
{
|
{
|
||||||
if ($1 == "@include")
|
if ($1 == "@include")
|
||||||
{
|
{
|
||||||
input[++s] = $2;
|
input[++s] = $2;
|
||||||
print $2, "\\";
|
print $2, "\\";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close(input[stackptr]);
|
close(input[s]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print "";
|
print "";
|
||||||
|
Loading…
Reference in New Issue
Block a user