summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index c3d4bae..3e3d4af 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -809,9 +809,9 @@ ALLID [^;()\t ]
BEGIN(FindEntityName);
}
-<Start>{MAPCOMPONENT}|{MAPCOMPONENT1} { // found new mapped component aaa: bbb port map
+<Start>{MAPCOMPONENT}|{MAPCOMPONENT1} { // found component instantiation
- lineCount();
+ // lineCount();
QCString type;
QCString tt(yytext);
QRegExp regg("[ \n\t:.()-]");