/* Scan Bison Skeletons. -*- C -*-
- Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
%{
#include "system.h"
-#include "quotearg.h"
-#include "error.h"
+
+#include <error.h>
+#include <quotearg.h>
+
#include "getargs.h"
#include "files.h"
XFREE (outname);
outname = xstrdup (filename);
+ xfclose (yyout);
yyout = xfopen (outname, "w");
lineno = 1;
}