aboutsummaryrefslogtreecommitdiff
path: root/gcc/cobol/cdf.y
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cobol/cdf.y')
-rw-r--r--gcc/cobol/cdf.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cobol/cdf.y b/gcc/cobol/cdf.y
index 6392f89..e06ccf3 100644
--- a/gcc/cobol/cdf.y
+++ b/gcc/cobol/cdf.y
@@ -226,7 +226,7 @@ apply_cdf_turn( exception_turns_t& turns ) {
turns.location,
elem.first, files);
}
- if( getenv("SHOW_PARSE") ) enabled_exceptions.dump();
+ if( getenv("GCOBOL_SHOW") ) enabled_exceptions.dump();
return true;
}
%}