diff options
Diffstat (limited to 'gcc/et-forest.c')
-rw-r--r-- | gcc/et-forest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/et-forest.c b/gcc/et-forest.c index 4f919d45563..bf2f7656ed2 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -28,7 +28,7 @@ License along with libiberty; see the file COPYING3. If not see #include "alloc-pool.h" #include "et-forest.h" -/* We do not enable this with ENABLE_CHECKING, since it is awfully slow. */ +/* We do not enable this with CHECKING_P, since it is awfully slow. */ #undef DEBUG_ET #ifdef DEBUG_ET |