diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index c8d6587f784..c19d784fa6d 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -755,6 +755,7 @@ void finish_parse () { cpp_finish (parse_in); + /* Call to cpp_destroy () omitted for performance reasons. */ errorcount += cpp_errors (parse_in); } |