We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489bb12 commit d3dda60Copy full SHA for d3dda60
php_bsdiff.c
@@ -14,9 +14,7 @@
14
#include "php_bsdiff.h"
15
16
#include <sys/stat.h>
17
-#include <sys/types.h>
18
#include <bzlib.h>
19
-#include <err.h>
20
#include <fcntl.h>
21
#include <stdint.h>
22
#include <stdio.h>
php_bsdiff.h
@@ -1,12 +1,12 @@
1
/* bsdiff extension for PHP */
2
3
#ifndef PHP_BSDIFF_H
4
-# define PHP_BSDIFF_H
+#define PHP_BSDIFF_H
5
6
extern zend_module_entry bsdiff_module_entry;
7
# define phpext_bsdiff_ptr &bsdiff_module_entry
8
9
-# define PHP_BSDIFF_VERSION "0.1.0-dev"
+#define PHP_BSDIFF_VERSION "0.1.0-dev"
10
11
# if defined(ZTS) && defined(COMPILE_DL_BSDIFF)
12
ZEND_TSRMLS_CACHE_EXTERN()
0 commit comments