diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-13 13:59:35 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-13 13:59:35 -0500 |
| commit | c5878cced02fd1ed7e7940eaf8eb8b4cce23a9d4 (patch) | |
| tree | 71ce75113224e438532851f9a676433803e12c8a /src/environment.c | |
| parent | ceb375c0835e2d501550e1f1228184662415ef8e (diff) | |
Fix some Real issues
Diffstat (limited to 'src/environment.c')
| -rw-r--r-- | src/environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.c b/src/environment.c index 4cb7fbb0..d1618d9a 100644 --- a/src/environment.c +++ b/src/environment.c @@ -686,6 +686,7 @@ env_t *get_namespace_by_type(env_t *env, type_t *t) { case IntType: case BigIntType: case FloatType: + case RealType: case ByteType: { binding_t *b = get_binding(env, Text$as_c_string(type_to_text(t))); assert(b); |
