diff options
Diffstat (limited to 'ext/standard/var.c')
| -rw-r--r-- | ext/standard/var.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/var.c b/ext/standard/var.c index 4aedbc83fe..3f669dbda1 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -193,7 +193,7 @@ again: break; } case IS_REFERENCE: -//??? hide references with refcount==1 (for compatibility) + //??? hide references with refcount==1 (for compatibility) if (Z_REFCOUNT_P(struc) > 1) { is_ref = 1; } @@ -359,7 +359,7 @@ head_done: break; } case IS_REFERENCE: -//??? hide references with refcount==1 (for compatibility) + //??? hide references with refcount==1 (for compatibility) if (Z_REFCOUNT_P(struc) > 1) { is_ref = 1; } |
