summaryrefslogtreecommitdiffstats
path: root/ramap.c
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
commitfd5f104f287427fee885583bc398c137674e6af0 (patch)
tree151d1875fdbbc52fd992f53ee197f7070c5f73d1 /ramap.c
parent90889a692076f2c62486607d0354e0fca52364bc (diff)
downloadscm-upstream/5f2.tar.gz
scm-upstream/5f2.zip
New upstream version 5f2upstream/5f2upstream
Diffstat (limited to 'ramap.c')
-rwxr-xr-x[-rw-r--r--]ramap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ramap.c b/ramap.c
index 0cedfad..d406f9e 100644..100755
--- a/ramap.c
+++ b/ramap.c
@@ -595,7 +595,7 @@ SCM sc2array(s, ra, prot)
if (NUMBERP(s)) break;
goto mismatch;
#endif
- mismatch: ARRAY_V(res) = make_vector(MAKINUM(1), s);
+ mismatch: ARRAY_V(res) = make_vector(MAKINUM(1L), s);
return res;
}
aset(ARRAY_V(res), s, INUM0);