Skip to content

Commit b9d6463

Browse files
committed
Address review comments
1 parent 9367cfc commit b9d6463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/gmp/gmp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ static void shift_operator_helper(gmp_binary_ui_op_t op, zval *return_value, zva
342342
bool failed = true;
343343
zend_long shift = zval_try_get_long(op2, &failed);
344344
if (failed) {
345-
//char operator_sigil[2];
346-
char *operator_sigil;
345+
const char *operator_sigil;
347346
if (opcode == ZEND_POW) {
348347
operator_sigil = "**";
349348
} else if (opcode == ZEND_SL) {

0 commit comments

Comments
 (0)