From f1bd8330bf179791f6257c85b951860458f0826c Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sat, 13 Feb 2016 10:31:41 +0100 Subject: use setup --- lib/coderay/scanners/c2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners') diff --git a/lib/coderay/scanners/c2.rb b/lib/coderay/scanners/c2.rb index d12f910..87964f9 100644 --- a/lib/coderay/scanners/c2.rb +++ b/lib/coderay/scanners/c2.rb @@ -89,7 +89,7 @@ module Scanners scan_tokens_code = <<-"RUBY" def scan_tokens encoder, options#{ def_line = __LINE__; nil } - state = :initial + state = @state label_expected = true case_expected = false label_expected_before_preproc_line = nil -- cgit v1.2.1