improved Sage, fixed dedlock
This commit is contained in:
@@ -243,9 +243,9 @@ public:
|
||||
inline void replaceSymbBySymb(SgSymbol &symb, SgSymbol &newsymb);
|
||||
inline void replaceSymbBySymbSameName(SgSymbol &symb, SgSymbol &newsymb);
|
||||
inline void replaceTypeInStmt(SgType &old, SgType &newtype);
|
||||
char* unparse(int lang = 2); // FORTRAN_LANG
|
||||
char* unparse(int lang = 0); // FORTRAN_LANG
|
||||
inline void unparsestdout();
|
||||
std::string sunparse(int lang = 2); // FORTRAN_LANG
|
||||
std::string sunparse(int lang = 0); // FORTRAN_LANG
|
||||
inline char *comments(); //preceding comment lines.
|
||||
void addComment(const char *com);
|
||||
void addComment(char *com);
|
||||
@@ -3684,7 +3684,7 @@ inline char* SgStatement::unparse(int lang)
|
||||
#ifdef __SPF
|
||||
checkConsistence();
|
||||
#endif
|
||||
return UnparseBif_Char(thebif, lang); //2 - fortran language
|
||||
return UnparseBif_Char(thebif, lang); //0 - fortran language
|
||||
}
|
||||
|
||||
inline void SgStatement::unparsestdout()
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -404,6 +404,7 @@ void startioctl();
|
||||
void endioctl();
|
||||
void redefine_func_arg_type();
|
||||
int isResultVar();
|
||||
int yylex();
|
||||
|
||||
/* used by FORTRAN M */
|
||||
PTR_BFND make_processdo();
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -756,6 +756,7 @@ void startioctl();
|
||||
void endioctl();
|
||||
void redefine_func_arg_type();
|
||||
int isResultVar();
|
||||
int yylex();
|
||||
|
||||
/* used by FORTRAN M */
|
||||
PTR_BFND make_processdo();
|
||||
|
||||
Reference in New Issue
Block a user