X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmain.c;h=ef59b1f232738a574d639e62a7e1237864ad9cee;hb=a9a04dfc0a7366cdbdc5ef2400a075ab1eb9efc6;hp=0396b0f1be425f59b08c7e62dd3b9c9b5b5e410b;hpb=b08262512255356f41da6ae581a3e328f33f531e;p=platform%2Fupstream%2Fbison.git diff --git a/src/main.c b/src/main.c index 0396b0f..ef59b1f 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. @@ -216,5 +216,7 @@ main (int argc, char *argv[]) timevar_stop (TV_TOTAL); timevar_print (stderr); + cleanup_caret (); + return complaint_issued ? EXIT_FAILURE : EXIT_SUCCESS; }