about summary refs log tree commit diff
path: root/Src/math.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-12-18 18:22:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-12-18 18:22:35 +0000
commit7c05a5d22eb51626ff3ad90da91be86f0e9f52a7 (patch)
treebb100c6e3f86a16605a5b55564f3c7cf98b2aaf5 /Src/math.c
parent4ad8d51ab9a5f30766707768c3e709710d58e4c2 (diff)
downloadzsh-7c05a5d22eb51626ff3ad90da91be86f0e9f52a7.tar.gz
zsh-7c05a5d22eb51626ff3ad90da91be86f0e9f52a7.tar.xz
zsh-7c05a5d22eb51626ff3ad90da91be86f0e9f52a7.zip
19315: missing mod_export definitions
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/math.c b/Src/math.c
index 2bf65d117..bc5b3ac5e 100644
--- a/Src/math.c
+++ b/Src/math.c
@@ -40,7 +40,7 @@ int noeval;
 /* integer zero */
 
 /**/
-mnumber zero_mnumber;
+mod_export mnumber zero_mnumber;
 
 /* last input base we used */