1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Remove single ;

This commit is contained in:
Sascha Schumann
2000-06-13 09:06:31 +00:00
parent 6ebdd64d3c
commit 165361a515
-1
View File
@@ -63,7 +63,6 @@ php_basic_globals basic_globals;
static unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
static unsigned char third_argument_force_ref[] = { 3, BYREF_NONE, BYREF_NONE, BYREF_FORCE };
static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
;
typedef struct _php_shutdown_function_entry {
zval **arguments;