diff options
author | Uwe Steinmann <steinm@php.net> | 1999-08-06 10:42:00 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 1999-08-06 10:42:00 +0000 |
commit | 7ef3076a56015fd62e0fa320c53928d66c25fc64 (patch) | |
tree | f7f5bdcd28b019d02c81cf597393e74b7a352fd6 /ext/hyperwave/hg_comm.h | |
parent | 4b8a100ec97dde79c5dc9e3ba0b50c3ce8939e85 (diff) | |
download | php-git-7ef3076a56015fd62e0fa320c53928d66c25fc64.tar.gz |
Made Hypwerwave module threat safe
Diffstat (limited to 'ext/hyperwave/hg_comm.h')
-rw-r--r-- | ext/hyperwave/hg_comm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hg_comm.h b/ext/hyperwave/hg_comm.h index 12503e8181..047bb855a1 100644 --- a/ext/hyperwave/hg_comm.h +++ b/ext/hyperwave/hg_comm.h @@ -36,7 +36,7 @@ #define F_DISTRIBUTED 0x80000000 #define F_COMPRESSED 0x40000000 #define F_VERSION 0x00003fff -#define HW_VERSION 717L /* 7.17 */ +#define HW_VERSION 717L /* 7.17 */ #define HEADER_LENGTH 12 |