summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 32b3de9c0d..c43c31805b 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -90,7 +90,6 @@ typedef unsigned char zend_bool;
#include "zend_hash.h"
#include "zend_llist.h"
-
#define INTERNAL_FUNCTION_PARAMETERS int ht, zval *return_value, HashTable *list, HashTable *plist, zval *this_ptr
#define INTERNAL_FUNCTION_PARAM_PASSTHRU ht, return_value, list, plist, this_ptr