added new directives

This commit is contained in:
ALEXks
2024-04-09 16:50:47 +03:00
parent 2b48813783
commit b0a63cc711
2 changed files with 4 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ static inline bool ifVarIsLoopSymb(SgStatement *stmt, const string symb)
}
template<typename fillType> void fillPrivatesFromComment(Statement *st, std::set<fillType> &privates);
template<typename fillType> void fillPrivatesFromComment(Statement *st, std::set<fillType> &privates, int type = -1);
inline void Warning(const char *s, const wchar_t *s1, const char *t, int num, SgStatement *stmt)
{