mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
Remove redundant \t
This commit is contained in:
parent
f4e68a3968
commit
38f7d595c0
@ -61834,7 +61834,7 @@ void zend_init_opcodes_handlers(void)
|
||||
4596
|
||||
};
|
||||
zend_opcode_handlers = labels;
|
||||
zend_handlers_count = sizeof(labels) / sizeof(void*);
|
||||
zend_handlers_count = sizeof(labels) / sizeof(void*);
|
||||
zend_spec_handlers = specs;
|
||||
}
|
||||
|
||||
|
@ -1827,7 +1827,7 @@ function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name)
|
||||
gen_specs($f, $spec, $kind, $prolog."\t", $specs);
|
||||
out($f,$prolog."};\n");
|
||||
out($f,$prolog."zend_opcode_handlers = labels;\n");
|
||||
out($f,$prolog."\tzend_handlers_count = sizeof(labels) / sizeof(void*);\n");
|
||||
out($f,$prolog."zend_handlers_count = sizeof(labels) / sizeof(void*);\n");
|
||||
out($f,$prolog."zend_spec_handlers = specs;\n");
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user