diff options
Diffstat (limited to 'src/sp_execute.c')
| -rw-r--r-- | src/sp_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c index bb03ad9..ef71227 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c | |||
| @@ -35,7 +35,7 @@ ZEND_COLD static inline void terminate_if_writable(const char *filename) { | |||
| 35 | } | 35 | } |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | static void inline is_builtin_matching(const char *restrict const filename, | 38 | inline static void is_builtin_matching(const char *restrict const filename, |
| 39 | const char *restrict const function_name, | 39 | const char *restrict const function_name, |
| 40 | const char *restrict const param_name, | 40 | const char *restrict const param_name, |
| 41 | const sp_list_node *config) { | 41 | const sp_list_node *config) { |
