Subject: | _create_speller should be static |
Hello,
Functions before MODULE directive should be declared as static
in order to avoid namespace pollution.
--
Alexey Tourbin
ALT Linux Team
Functions before MODULE directive should be declared as static
in order not to pollute namespace.
--- Text-Aspell-0.04/Aspell.xs- 2003-08-03 15:11:55 +0000
+++ Text-Aspell-0.04/Aspell.xs 2004-11-27 22:12:14 +0000
@@ -17,6 +17,7 @@ typedef struct {
} Aspell_object;
+static
int _create_speller(Aspell_object *self)
{
AspellCanHaveError *ret;