Fix a warning

This commit is contained in:
Rasmus Lerdorf 1999-09-14 14:09:57 +00:00
parent 41da939988
commit 0fd0323956

View File

@ -59,7 +59,9 @@
#endif
static unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
/* uncomment this if/when we actually need it - tired of seeing the warning
static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
*/
static pval *user_compare_func_name;
static HashTable *user_shutdown_function_names;