Skip to content

Commit

Permalink
[pmc] callcontext :no_wb and :manual_wb
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYROz authored and Reini Urban committed May 30, 2014
1 parent e8d13dd commit 00b3172
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion src/pmc/arrayiterator.pmc
Expand Up @@ -159,7 +159,7 @@ Returns true if there is more elements to iterate over.

*/

VTABLE INTVAL get_bool() {
VTABLE INTVAL get_bool() :no_wb {
return STATICSELF.elements() > 0;
}

Expand Down

0 comments on commit 00b3172

Please sign in to comment.