This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
slime
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
https://gitlab.lrz.de/FelixBrendel/slime
master
FelixBrendel
6 years ago
parent
4a0e6eb17a
be20a91fb7
commit
9e441cc5c5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/built_ins.cpp
+ 1
- 0
src/built_ins.cpp
View File
@@ -302,6 +302,7 @@ namespace Slime {
Lisp_Object* thing_cons = form;
form = form->value.pair.rest;
Lisp_Object_Type type = definee->type;
debug_break();
switch (type) {
case Lisp_Object_Type::Symbol: {
if (form != Memory::nil) {
Write
Preview
Loading…
Cancel
Save