summaryrefslogtreecommitdiff
path: root/Zend/zend_generators_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_generators_arginfo.h')
-rw-r--r--Zend/zend_generators_arginfo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Zend/zend_generators_arginfo.h b/Zend/zend_generators_arginfo.h
index 5398ce9507..17a82b1f4b 100644
--- a/Zend/zend_generators_arginfo.h
+++ b/Zend/zend_generators_arginfo.h
@@ -52,7 +52,7 @@ static const zend_function_entry class_ClosedGeneratorException_methods[] = {
ZEND_FE_END
};
-zend_class_entry *register_class_Generator(zend_class_entry *class_entry_Iterator)
+static zend_class_entry *register_class_Generator(zend_class_entry *class_entry_Iterator)
{
zend_class_entry ce, *class_entry;
@@ -64,7 +64,7 @@ zend_class_entry *register_class_Generator(zend_class_entry *class_entry_Iterato
return class_entry;
}
-zend_class_entry *register_class_ClosedGeneratorException(zend_class_entry *class_entry_Exception)
+static zend_class_entry *register_class_ClosedGeneratorException(zend_class_entry *class_entry_Exception)
{
zend_class_entry ce, *class_entry;
@@ -73,4 +73,3 @@ zend_class_entry *register_class_ClosedGeneratorException(zend_class_entry *clas
return class_entry;
}
-