Commit d7da453a authored by Andrei Elkin's avatar Andrei Elkin

merge bug14597605 to 5.5.

parents 3d7d3456 8a048ecb
...@@ -2589,7 +2589,7 @@ public: ...@@ -2589,7 +2589,7 @@ public:
and which case the applier adjusts execution path. and which case the applier adjusts execution path.
*/ */
bool is_deferred() { return deferred; } bool is_deferred() { return deferred; }
void set_deferred() { deferred= val; } void set_deferred() { deferred= true; }
#endif #endif
bool is_valid() const { return 1; } bool is_valid() const { return 1; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment