summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-02 10:05:37 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-02 10:05:37 +0000
commit46c4975d9c25f7f336a23bde080420c5ed29ab0e (patch)
treeebd8f7cd175a477da19c8871a44adab3e933077e /numeric.c
parente6ab550ac5504c4e5f3b2946749f8381513448ff (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/numeric.c b/numeric.c
index 104e069eee..eab105d8e2 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1303,9 +1303,6 @@ fix_zero_p(num)
return FALSE;
}
-extern VALUE mComparable;
-extern VALUE eStandardError;
-
void
Init_Numeric()
{