summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index 54a75a6..f669188 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -247,6 +247,7 @@ void addSignals(const char* str,int line, Entry *e,const char *comment=0)
for (int k=1;k<count;k++)
{
+ printf("adding '%s' '%s'\n",ql.at(0)->data(),ql.at(k)->data());
Entry *pTemp=new Entry;
initEntry(pTemp);
pTemp->startLine = line;