aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_main.c')
-rw-r--r--src/pl/plpython/plpy_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpy_main.c b/src/pl/plpython/plpy_main.c
index 4438721589e..cc94f0a8aee 100644
--- a/src/pl/plpython/plpy_main.c
+++ b/src/pl/plpython/plpy_main.c
@@ -132,7 +132,7 @@ _PG_init(void)
* This should only be called once from _PG_init. Initialize the Python
* interpreter and global data.
*/
-void
+static void
PLy_init_interp(void)
{
static PyObject *PLy_interp_safe_globals = NULL;