summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-10-11 17:38:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-10-11 17:38:56 (GMT)
commit21c79258acc632cc307648ea8b47d82cfe0890a6 (patch)
tree9f539910456cf3ede2a479c84b856875270bffee /src
parent8320e8ce04c0c9742c590b62b22ded157f1000cf (diff)
downloadDoxygen-21c79258acc632cc307648ea8b47d82cfe0890a6.zip
Doxygen-21c79258acc632cc307648ea8b47d82cfe0890a6.tar.gz
Doxygen-21c79258acc632cc307648ea8b47d82cfe0890a6.tar.bz2
Bug 709845 - Fortran: problem with types with name starting with is
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fortranscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index c959fd3..2102a20 100755
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -738,7 +738,7 @@ private {
}
{ID} {
}
-^{BS}"type"{BS_}"is" { }
+^{BS}"type"{BS_}"is"/{BS_} { }
}
<AttributeList>{
{COMMA} {}