commit | 111c180674379950f65113db8076919b2353f5ab | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 13 07:47:47 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 13 07:47:47 2008 +0000 |
tree | 3dd5a9985792d7c0f8e7fdc5f1b3df552d3d33fd | |
parent | e1f6646d6899a7dffe269e829b72c1b171eb7075 [diff] [blame] |
Make more symbols static.
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 02e9e53..09e04ef 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c
@@ -444,7 +444,7 @@ #ifdef HAVE_LANGINFO_H #define LANGINFO(X) {#X, X} -struct langinfo_constant{ +static struct langinfo_constant{ char* name; int value; } langinfo_constants[] =