Skip to content

Commit

Permalink
Bug 771199 - Web-page bug: Comment blocks in VHDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Sep 11, 2016
1 parent 6fb370b commit 6c6b847
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vhdlcode.l
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ static void startCodeLine()
//if (g_currentFontClass) { g_code->endFontClass(); }
if (g_sourceFileDef)
{
g_startCode=TRUE;
//QCString lineNumber,lineAnchor;
//lineNumber.sprintf("%05d",g_yyLineNr);
//lineAnchor.sprintf("l%05d",g_yyLineNr);
Expand Down Expand Up @@ -230,13 +229,13 @@ static void startCodeLine()
}
}
g_code->startCodeLine(g_sourceFileDef);
g_startCode=TRUE;
if (g_currentFontClass)
{
g_code->startFontClass(g_currentFontClass);
}
}

static void endFontClass();
static void endCodeLine()
{
endFontClass();
Expand Down

0 comments on commit 6c6b847

Please sign in to comment.