fixed removeDvmSpfDirectives

This commit is contained in:
ALEXks
2025-03-25 12:28:21 +03:00
committed by Dudarenko
parent a55440c071
commit 781a892497
2 changed files with 2 additions and 2 deletions

View File

@@ -444,7 +444,7 @@ static void replaceComment(string &dir, const char *firstChar)
void removeDvmSpfDirectives(SgFile* file, bool removeDvm, bool removeSpf, bool toComment)
{
if (!removeDvm && !removeSpf)
if (!removeDvm && !removeSpf && !toComment)
printInternalError(convertFileName(__FILE__).c_str(), __LINE__);
vector<SgStatement*> toDel;

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2400"
#define VERSION_SPF "2401"