From df549c12e5852f640d37b2bd35e2d5dfc45a7283 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 10 Jun 2021 09:26:54 +0900 Subject: [PATCH] readflt.c: renamed from `strtod.c` The file provides `mrb_read_float()` renamed from `vim_strtod()`. --- src/{strtod.c => readflt.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{strtod.c => readflt.c} (100%) diff --git a/src/strtod.c b/src/readflt.c similarity index 100% rename from src/strtod.c rename to src/readflt.c