mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -41,8 +41,7 @@ const char mysqlnd_read_body_name[] = "mysqlnd_read_body";
|
|||
#define ERROR_MARKER 0xFF
|
||||
#define EODATA_MARKER 0xFE
|
||||
|
||||
/* {{{ mysqlnd_command_to_text
|
||||
*/
|
||||
/* {{{ mysqlnd_command_to_text */
|
||||
const char * const mysqlnd_command_to_text[COM_END] =
|
||||
{
|
||||
"SLEEP", "QUIT", "INIT_DB", "QUERY", "FIELD_LIST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue