diff options
author | Jouni Ahto <jah@php.net> | 2000-06-09 23:37:05 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-06-09 23:37:05 +0000 |
commit | 796ff183b0a8b49b1bc1147d5d4d00c40646df1d (patch) | |
tree | 5b37738b6f52aff7c9a24c1814d743dbf7cd3095 | |
parent | 3c766f379b94176fea5d5051417b6ca1e5728703 (diff) | |
download | php-git-796ff183b0a8b49b1bc1147d5d4d00c40646df1d.tar.gz |
# Still a typo.
-rw-r--r-- | ext/skeleton/php_skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h index cf590051b9..0a0986ef18 100644 --- a/ext/skeleton/php_skeleton.h +++ b/ext/skeleton/php_skeleton.h @@ -78,7 +78,7 @@ typedef struct { #else -#define php_extname_ptr NULL +#define phpext_extname_ptr NULL #endif |