summaryrefslogtreecommitdiff
path: root/Src/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/params.c')
-rw-r--r--Src/params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c
index 48b514008..f2fac0546 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -2153,7 +2153,7 @@ stdunsetfn(Param pm, int exp)
/* Function to get value of an integer parameter */
/**/
-static zlong
+mod_export zlong
intgetfn(Param pm)
{
return pm->u.val;