summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-03-04 18:15:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-03-04 18:15:26 (GMT)
commit9a5a2a29679e83614c9080153af3137bd789b07c (patch)
tree7f8c5eaa5a77ac75d6ad859cb234980df74d587f /src/code.l
parent8fd138270b7f599ee8e67894c2f1c6026c1ceb3d (diff)
downloadDoxygen-9a5a2a29679e83614c9080153af3137bd789b07c.zip
Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.gz
Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.bz2
Release-1.2.5-20010304
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index b8cdc69..76ad9b2 100644
--- a/src/code.l
+++ b/src/code.l
@@ -1170,7 +1170,7 @@ TYPEKW ("bool"|"char"|"double"|"float"|"int"|"long"|"short"|"signed"|"unsigned"
<Body>[0-9]+ {
g_code->codify(yytext);
}
-<Body>[0-9]+[xX][0-9A-F]+ {
+<Body>[0-9]+[xX][0-9A-Fa-f]+ {
g_code->codify(yytext);
}
<MemberCall2,FuncCall>{KEYWORD}/([^a-z_A-Z0-9]) {