Fix auto-indentation of AstCStmts

This commit is contained in:
Wilson Snyder
2009-12-01 21:55:56 -05:00
parent ad0fcb745e
commit 1da07a3b86
9 changed files with 18 additions and 9 deletions
+1
View File
@@ -131,6 +131,7 @@ private:
//--------------------
// Marking of non-static functions (because they might need "this")
// (Here just to avoid another iteration)
void needNonStaticFunc(AstNode* nodep) {
if (!m_funcp) nodep->v3fatalSrc("Non-static accessor not under a function");
if (m_funcp->isStatic()) {