X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5807bb9156930091850a52b5bb9ab9f89082b04e..23be254ef4586d7ffa23aaf9496aa629bc00e706:/src/main.c diff --git a/src/main.c b/src/main.c index 39b39c7a..d0b696f7 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-2012 Free + Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -215,5 +215,7 @@ main (int argc, char *argv[]) timevar_stop (TV_TOTAL); timevar_print (stderr); + cleanup_caret (); + return complaint_status ? EXIT_FAILURE : EXIT_SUCCESS; }