diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-14 05:39:42 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-14 05:39:42 +0100 |
commit | 399cc7a1ab9751fdbbeae3507e8612dbbbc99f5b (patch) | |
tree | 3dbfad8745030612a75d916dda84b34e9827042f /expressions.h | |
parent | b70a8d708aba00b285e8a58c6583b65249e7a63e (diff) | |
download | sciteco-399cc7a1ab9751fdbbeae3507e8612dbbbc99f5b.tar.gz |
expressions.find_op(), can be used test whether we are in a loop (although that's inefficient)
Diffstat (limited to 'expressions.h')
-rw-r--r-- | expressions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/expressions.h b/expressions.h index af501bb..5d2aa0c 100644 --- a/expressions.h +++ b/expressions.h @@ -170,6 +170,8 @@ public: void discard_args(void); + int find_op(Operator op); + private: void calc(void); |