vlad Wed Aug 13 17:01:04 2003 EDT
Modified files:
/php-src/ext/pspell pspell.c
Log:
this comment makes no sense after the previous commit
Index: php-src/ext/pspell/pspell.c
diff -u php-src/ext/pspell/pspell.c:1.36 php-src/ext/pspell/pspell.c:1.37
--- php-src/ext/pspell/pspell.c:1.36 Wed Aug 13 14:59:44 2003
+++ php-src/ext/pspell/pspell.c Wed Aug 13 17:01:04 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: pspell.c,v 1.36 2003/08/13 18:59:44 vlad Exp $ */
+/* $Id: pspell.c,v 1.37 2003/08/13 21:01:04 vlad Exp $ */
#define IS_EXT_MODULE
@@ -735,7 +735,6 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php