diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-30 18:58:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-30 18:58:53 (GMT) |
commit | 977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4 (patch) | |
tree | 0b5acf9f52c1beacbf70e4bd2060a1b7d4d832b7 /src/pre.l | |
parent | 54bcd31ff103383c6c75ed87b00f846ec29b8040 (diff) | |
download | Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.zip Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.tar.gz Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.tar.bz2 |
Release-1.2.16-20020630
Diffstat (limited to 'src/pre.l')
-rw-r--r-- | src/pre.l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1106,7 +1106,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'")) BEGIN(CopyLine); } } -<CopyLine>"extern"{BN}*"\"C\""*{BN}*"{" { +<CopyLine>"extern"{BN}{0,80}"\"C\""*{BN}{0,80}"{" { QCString text=yytext; g_yyLineNr+=text.contains('\n'); outputArray(yytext,yyleng); @@ -1148,7 +1148,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'")) outputChar(*yytext); BEGIN( CopyLine ); } -<CopyLine>{ID}/{BN}*"(" { +<CopyLine>{ID}/{BN}{0,80}"(" { Define *def=0; //def=g_fileDefineDict->find(yytext); //printf("Search for define %s found=%d g_includeStack.isEmpty()=%d " |