summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index 9eec358..934a985 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -740,7 +740,11 @@ void VHDLLanguageScanner::parsePrototype(const char *text)
// return token;
//}
-void VHDLLanguageScanner::parseInput(const char *fileName,const char *fileBuf,Entry *root)
+void VHDLLanguageScanner::parseInput(const char *fileName,
+ const char *fileBuf,
+ Entry *root,
+ bool /*sameTranslationUnit*/,
+ QStrList & /*filesInSameTranslationUnit*/)
{
yyFileName=QCString(fileName);