File acpica-unix-20110316-gcc46.patch of Package acpica
--- compiler/aslcompiler.l 2011-03-16 17:28:12.000000000 +0100 +++ compiler/aslcompiler.l 2011-04-27 11:31:10.568989034 +0200 @@ -550,7 +550,6 @@ void) { ASL_FILE_NODE *Fnode; - FILE *InputFile = NULL; Fnode = InputStack; @@ -569,7 +568,6 @@ /* Update the top-of-stack */ InputStack = Fnode->Next; - InputFile = Fnode->File; /* Reset global line counter and filename */