diff options
author | Martin Liska <mliska@suse.cz> | 2016-05-20 10:03:25 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2016-05-20 08:03:25 +0000 |
commit | ceb17928e5d1d5f89636699f13cc3bde6e19644c (patch) | |
tree | a531025dac09550010a1767b26770c5054b3711f /libcpp/config.in | |
parent | 2fe676f6df069ed1e33a6691c9062c9c56910bd0 (diff) | |
download | gcc-ceb17928e5d1d5f89636699f13cc3bde6e19644c.zip gcc-ceb17928e5d1d5f89636699f13cc3bde6e19644c.tar.gz gcc-ceb17928e5d1d5f89636699f13cc3bde6e19644c.tar.bz2 |
Change ENABLE_VALGRIND_CHECKING to
* config.in: Regenerated.
* configure: Likewise.
* configure.ac: Handle --enable-valgrind-annotations.
* lex.c (new_buff): Use ENABLE_VALGRIND_ANNOTATIONS instead
of ENABLE_VALGRIND_CHECKING.
(_cpp_free_buff): Likewise.
From-SVN: r236496
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index e02ac5e..3bbffe7 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -21,6 +21,9 @@ language is requested. */ #undef ENABLE_NLS +/* Define to get calls to the valgrind runtime enabled. */ +#undef ENABLE_VALGRIND_ANNOTATIONS + /* Define if you want to workaround valgrind (a memory checker) warnings about possible memory leaks because of libcpp use of interior pointers. */ #undef ENABLE_VALGRIND_CHECKING |