diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -486,6 +486,7 @@ struct functiondecl: public symboldecl std::vector<vardecl*> locals; std::vector<vardecl*> unused_locals; statement* body; + bool synthetic; functiondecl (); void print (std::ostream& o) const; void printsig (std::ostream& o) const; |