diff options
Diffstat (limited to 'sapi/activescript/php4activescript.h')
-rw-r--r-- | sapi/activescript/php4activescript.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/activescript/php4activescript.h b/sapi/activescript/php4activescript.h index 423958fba0..2473a9c425 100644 --- a/sapi/activescript/php4activescript.h +++ b/sapi/activescript/php4activescript.h @@ -23,4 +23,3 @@ extern HINSTANCE module_handle; extern void activescript_error_func(int type, const char *error_msg, ...); extern void activescript_error_handler(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args); - |