summaryrefslogtreecommitdiff
path: root/pygments/lexers/haxe.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/haxe.py')
-rw-r--r--pygments/lexers/haxe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/haxe.py b/pygments/lexers/haxe.py
index 0a58aefc..f95e4556 100644
--- a/pygments/lexers/haxe.py
+++ b/pygments/lexers/haxe.py
@@ -79,7 +79,7 @@ class HaxeLexer(ExtendedRegexLexer):
if proc in ['error']:
ctx.stack.append('preproc-error')
- yield match.start(), Comment.Preproc, u'#' + proc
+ yield match.start(), Comment.Preproc, '#' + proc
ctx.pos = match.end()
tokens = {