From d76c1e9806fab3f17e0fa2ad683f26f0bc92ec49 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 30 Jan 2021 17:51:23 -0500 Subject: [PATCH] Issue #370 - Clarify type as double --- runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.c b/runtime.c index 54711550..f7954ed4 100644 --- a/runtime.c +++ b/runtime.c @@ -35,7 +35,7 @@ const char *tag_names[] = { /*c_opaque_tag */ , "opaque" /*cond_var_tag */ , "condition variable" /*cvar_tag */ , "C primitive" - /*double_tag */ , "number" + /*double_tag */ , "double" /*eof_tag */ , "eof" /*forward_tag */ , "" /*integer_tag */ , "number"