summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php_suhosin7.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/php_suhosin7.h b/php_suhosin7.h
index 2b5f48e..08811d2 100644
--- a/php_suhosin7.h
+++ b/php_suhosin7.h
@@ -18,8 +18,7 @@
18 18
19/* $Id$ */ 19/* $Id$ */
20 20
21#ifndef PHP_SUHOSIN7_H 21#pragma once
22#define PHP_SUHOSIN7_H
23 22
24extern zend_module_entry suhosin7_module_entry; 23extern zend_module_entry suhosin7_module_entry;
25#define phpext_suhosin7_ptr &suhosin7_module_entry 24#define phpext_suhosin7_ptr &suhosin7_module_entry
@@ -412,7 +411,6 @@ static inline char *suhosin_get_active_function_name() {
412 return fn; 411 return fn;
413} 412}
414 413
415#endif /* PHP_SUHOSIN7_H */
416 414
417 415
418/* 416/*