Make starmath german-comment-free.

Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c
This commit is contained in:
Thorsten Behrens 2014-04-28 11:52:50 +02:00
parent a211c75400
commit 4cd629645c
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ class Parser:
"smoketest" : 1,
"solenv" : 1,
"soltools" : 1,
"starmath" : 0, # - 1 line !
"starmath" : 1,
"stoc" : 0, #
"store" : 1,
"svgio" : 1,

View File

@ -1295,7 +1295,7 @@ void SmParser::Blank()
NextToken();
}
// Blanks am Zeilenende ignorieren wenn die entsprechende Option gesetzt ist
// Ignore trailing spaces, if corresponding option is set
if ( m_aCurToken.eType == TNEWLINE ||
(m_aCurToken.eType == TEND && SM_MOD()->GetConfig()->IsIgnoreSpacesRight()) )
{