X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1c4ad777cb220ea669dc934c9b600a25a824a658..24bb5f8fb7f14df4050cbefd27ae60fa9cef259d:/src/main.c diff --git a/src/main.c b/src/main.c index 5c852ac0..3dbac3a9 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Top level entry point of Bison. - Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2010 Free + Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -28,6 +28,7 @@ #include #include "LR0.h" +#include "closeout.h" #include "complain.h" #include "conflicts.h" #include "derives.h" @@ -62,6 +63,8 @@ main (int argc, char *argv[]) (void) bindtextdomain ("bison-runtime", LOCALEDIR); (void) textdomain (PACKAGE); + atexit (close_stdout); + uniqstrs_new (); muscle_init ();