diff options
author | Wez Furlong <wez@php.net> | 2002-05-20 22:22:57 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-05-20 22:22:57 +0000 |
commit | 3fca69809d4778982180a7a9171288bac1ff6e2b (patch) | |
tree | a4f12be71b8faee6f067991af88cbe52d8bb9482 /sapi/activescript/php4activescript.h | |
parent | 601cf3690c0fdfc8fc4ad7153018be5c3c4bab30 (diff) | |
download | php-git-3fca69809d4778982180a7a9171288bac1ff6e2b.tar.gz |
Use the GIT for inter-thread marshalling.
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); - |