summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-24 23:35:34 +0100
committerBen Fuhrmannek2016-02-24 23:35:34 +0100
commit4e3331cca770dfba2eaecdedd3c8a9fa78210873 (patch)
treeaaf1c2957fae200278a1c962771ebcc1374e4e44
parentd4e9bb339360cb7d6ece5b1b60c08c8611bac19c (diff)
pragma instead of ifdef
-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/*