diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -464,6 +464,7 @@ struct foreach_loop: public statement indexable *base; int sort_direction; // -1: decreasing, 0: none, 1: increasing unsigned sort_column; // 0: value, 1..N: index + expression* limit; // optional iteration limit statement* block; void print (std::ostream& o) const; |