diff options
| author | Vlad Krupin <vlad@php.net> | 2003-08-13 21:01:04 +0000 |
|---|---|---|
| committer | Vlad Krupin <vlad@php.net> | 2003-08-13 21:01:04 +0000 |
| commit | a90d56f52c900005d561e9493e62b295dc3866b5 (patch) | |
| tree | 7ae6e4ca3fc154e351b4c72d9b5f1569ead518a2 | |
| parent | f2c05e87af55e324700e53bd046785859142c6aa (diff) | |
| download | php-git-a90d56f52c900005d561e9493e62b295dc3866b5.tar.gz | |
this comment makes no sense after the previous commit
| -rw-r--r-- | ext/pspell/pspell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index e07b10675e..94745b9f91 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -735,7 +735,6 @@ PHP_FUNCTION(pspell_config_ignore) zval **sccin, **pignore; int argc; - /* Hack. But I cannot imagine any word being more than 999 characters long */ int loc = PSPELL_LARGEST_WORD; char ignore_str[PSPELL_LARGEST_WORD + 1]; long ignore = 0L; |
