summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Youngman <git@nathany.com>2012-10-27 15:15:29 -0600
committerNathan Youngman <git@nathany.com>2012-10-27 15:15:29 -0600
commit9ced9c03ecd355f850bc5c52a438e258ef31eecd (patch)
tree291e9a9b1bb0a0854d7cb02618e0985321774294
parent84685d0cef906697b0ccd3d3e3e3d23791796325 (diff)
downloadcoderay-9ced9c03ecd355f850bc5c52a438e258ef31eecd.tar.gz
CODERAY_DEBUG
-rw-r--r--lib/coderay/scanners/fortran.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/fortran.rb b/lib/coderay/scanners/fortran.rb
index 675880f..b90d38e 100644
--- a/lib/coderay/scanners/fortran.rb
+++ b/lib/coderay/scanners/fortran.rb
@@ -237,7 +237,7 @@ module Scanners
end
match ||= matched
- if $DEBUG and not kind
+ if $CODERAY_DEBUG and not kind
raise_inspect 'Error token %p in line %d' %
[[match, kind], line], tokens
end