mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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
|
@ -15,8 +15,7 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* {{{ includes
|
||||
*/
|
||||
/* {{{ includes */
|
||||
#include "php.h"
|
||||
#include "php_main.h"
|
||||
#include "zend_modules.h"
|
||||
|
@ -96,8 +95,7 @@
|
|||
#endif
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_builtin_extensions[]
|
||||
*/
|
||||
/* {{{ php_builtin_extensions[] */
|
||||
static zend_module_entry * const php_builtin_extensions[] = {
|
||||
phpext_standard_ptr
|
||||
#if HAVE_BCMATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue