summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-12-24 11:05:13 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-12-24 11:05:13 (GMT)
commit939d1c84acd07060ee2b4bcbdc7dbccb80952385 (patch)
treef8b52ae17a2d8d346c9baa2998e36a5993a2eb12 /src/declinfo.l
parentf1dfb258b6a6e29e267bcf2e5dcf77168af52cf3 (diff)
downloadDoxygen-939d1c84acd07060ee2b4bcbdc7dbccb80952385.zip
Doxygen-939d1c84acd07060ee2b4bcbdc7dbccb80952385.tar.gz
Doxygen-939d1c84acd07060ee2b4bcbdc7dbccb80952385.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);
}