diff options
Diffstat (limited to 'script.h')
-rw-r--r-- | script.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -599,6 +599,8 @@ public: bool IsPushOnly() const { + if (size() > 200) + return false; const_iterator pc = begin(); while (pc < end()) { |