From a90d56f52c900005d561e9493e62b295dc3866b5 Mon Sep 17 00:00:00 2001 From: Vlad Krupin Date: Wed, 13 Aug 2003 21:01:04 +0000 Subject: [PATCH] this comment makes no sense after the previous commit --- ext/pspell/pspell.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index e07b10675e5..94745b9f917 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;