summaryrefslogtreecommitdiffstats
path: root/missing.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-14 06:18:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-14 06:18:59 +0000
commit20f5f4816288b7344bcfaca128f32dc14a60c51a (patch)
tree258fdf9c591ffa5bab8d8be49302198241eb4fa7 /missing.h
parentbbb3768f02a7b40d3a3d0611a7d1d5a27eceaca8 (diff)
downloadruby-20f5f4816288b7344bcfaca128f32dc14a60c51a.tar.gz
ruby-20f5f4816288b7344bcfaca128f32dc14a60c51a.tar.xz
ruby-20f5f4816288b7344bcfaca128f32dc14a60c51a.zip
* math.c (math_acos): check errno after operation. ditto for
asin, acosh, atanh, log, log10 and sqrt. * eval.c (rb_add_method): initialize should always be private. * parse.y (expr): add rescue modifier rule. * parse.y (command_call): return, break and next with argument is now part of this rule. * parse.y (yylex): "a" in "a /5" should be considered as a local variable. [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/missing.h b/missing.h
index 44e5f86cb..064911370 100644
--- a/missing.h
+++ b/missing.h
@@ -107,10 +107,6 @@ extern size_t strftime _((char *, size_t, const char *, const struct tm *));
extern char *strstr _((char *, char *));
#endif
-#ifndef HAVE_STRTOD
-extern double strtod _((const char *, char **));
-#endif
-
/*
#ifndef HAVE_STRTOL
extern long strtol _((char *, char **, int));