This commit is contained in:
Kurtis Nusbaum 2011-05-25 13:45:49 -06:00
commit 40e30c165d
1 changed files with 1 additions and 0 deletions

View File

@ -2370,6 +2370,7 @@ StmtNode *parseStmtNode(Token ***tokenp, /**< [in,out] A pointer to the p
deleteExprNodeList(guards);
deleteBlockNodeList(blocks);
deleteConstantNode(c);
error("duplicate OMG literal", tokens);
return NULL;
}
}