summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-12-24 11:05:13 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-12-24 11:05:13 (GMT)
commit0e5fe1510853a0a05add1a9a25b3958893591328 (patch)
treef8b52ae17a2d8d346c9baa2998e36a5993a2eb12 /src/declinfo.l
parent04a4eddbeaa2fef70fe87a790efabe074062fadf (diff)
downloadDoxygen-0e5fe1510853a0a05add1a9a25b3958893591328.zip
Doxygen-0e5fe1510853a0a05add1a9a25b3958893591328.tar.gz
Doxygen-0e5fe1510853a0a05add1a9a25b3958893591328.tar.bz2
Release-1.3.9.1-20041224
Diffstat (limited to 'src/declinfo.l')
-rw-r--r--src/declinfo.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declinfo.l b/src/declinfo.l
index 0c67a80..50924d7 100644
--- a/src/declinfo.l
+++ b/src/declinfo.l
@@ -113,7 +113,7 @@ ID ([a-z_A-Z][a-z_A-Z0-9]*)|(@[0-9]+)
%%
-<Start>"operator" { // operator rule must be before {ID} rule
+<Start>"operator"/({B}*"["{B}*"]")* { // operator rule must be before {ID} rule
name += yytext;
BEGIN(Operator);
}